DEV Community

Discussion on: Browser and React onChange event: The conundrum

 
kpulkit29 profile image
Pulkit Kashyap

Check notes for caniuse.com/input-event

Thread Thread
 
lukeshiru profile image
Luke Shiru

Yup, I know, but aren't you working with a text input? In this scenario is ok to use the input event. input isn't regular when you use checkbox, radio or select.