onInput Event

1 · David Walsh · Aug. 3, 2021, 2:04 a.m.
Coding HTML forms has been painful my entire career. Form controls look different between operating systems and browsers, coding client side and server side validation is a nightmare, and inevitably you forget something somewhere along the line. Some behaviors don’t act the way you’d hope, like onChange, which only fires when the user leaves (blurs) […] The post onInput Event appeared first on David Walsh Blog. ...