🏠 New in High Baseline Support: Change event

January 29, 2018

caniuse · mdn · [spec]([‘https://html.spec.whatwg.org/multipage/indices.html#event-change’, ‘https://html.spec.whatwg.org/multipage/webappapis.html#handler-onchange’])

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.

Source features