Input onChange not triggered every time if e.preventDefault() is called in onChange handler.
Occurs when typing fast: some characters are lost.
React 5.0.2 & IE11.
@jmullo - Were you able to fix this? I am also facing a similar issue - Would help if solution posted.
I just removed the e.preventDefault() call as it wasn't completely necessary for functionality.
Thanks! I was able to fix by changing onChange to onInput.
A similar discussion is posted here which could be helpful :https://github.com/facebook/react/issues/7027
Most helpful comment
Thanks! I was able to fix by changing onChange to onInput.
A similar discussion is posted here which could be helpful :https://github.com/facebook/react/issues/7027