We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@jmullo - Were you able to fix this? I am also facing a similar issue - Would help if solution posted.
Sorry, something went wrong.
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 :#7027
Please assign this to me
We've dropped IE from supported browsers in React 18 so this is unlikely to get fixed. Sorry.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: