Web platform features explorer

Change event

Widely available since 2018-01-29
Tags: api

The change event for <input>, <select>, and <textarea> elements fires when the user modifies the element's value. Unlike the input event, the change event does not necessarily fire on every alteration to an element's value.

Learning resources on MDN

Browser support