You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure both onchange and oninput callbacks are executes when typing (#3562)
* ensure both onchange and oninput callbacks are attached to the event listener
* remove custom hook and combiner callbacks in one
* update implementation and unit test
* remove only on tests and improve error handling
* cover scenario changing order
* allow uncaught error in unit test
* use event hook to trigger oncompatchange handler
* use oninputCapture rather than oninput when both callbacks are defined
Co-authored-by: Jovi De Croock <decroockjovi@gmail.com>
0 commit comments