Skip to content
New issue

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 in IE11 if e.preventDefault() used #7281

Closed
jmullo opened this issue Jul 14, 2016 · 5 comments
Closed

Comments

@jmullo
Copy link

jmullo commented Jul 14, 2016

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.

@ishannaithani
Copy link

@jmullo - Were you able to fix this? I am also facing a similar issue - Would help if solution posted.

@jmullo
Copy link
Author

jmullo commented Apr 10, 2017

I just removed the e.preventDefault() call as it wasn't completely necessary for functionality.

@ishannaithani
Copy link

Thanks! I was able to fix by changing onChange to onInput.

A similar discussion is posted here which could be helpful :#7027

@Axe-Pearl
Copy link

Please assign this to me

@gaearon
Copy link
Collaborator

gaearon commented Mar 29, 2022

We've dropped IE from supported browsers in React 18 so this is unlikely to get fixed.
Sorry.

@gaearon gaearon closed this as completed Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants