-
Notifications
You must be signed in to change notification settings - Fork 407
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
IE 11 Issues with AsyncTypeahead #189
Comments
I would like to have this fixed as well! This is not only in IE11. I've also experience it in Chrome. The problem appears when you add a delay for search.
The result is that the characters written in step 4 are removed. |
I've been searching for this bug for two days now .. Hopefully someone else can have a look at it? |
@MHultman Thanks for looking into this. This seems to be an issue with React itself, however I believe it was fixed in the latest release, 15.6.x but haven't verified it. You can see a discussion of the issue here I ended up using react-autosuggest and implemented one of the solutions discussed here: moroshko/react-autosuggest#261 and an additional discussion can be found here moroshko/react-autosuggest#350. The same solution could probably be applied to this lib as well. |
I'm unable to repro this issue on IE11 using React 15.6.1. I'll consider the issue closed unless someone reopens with more specific repro steps or a repro case. Thanks. |
Unfortunately we still need to support IE 11 and it was found by our QA team that there was an issue in IE 11. It occurs when typing quickly into the Async Typeahead. It starts dropping characters in the input.
Version
v1.3.0
Steps to reproduce
Expected Behavior
Input is what you typed
Actual Behavior
Drops characters when typing fast
thanks!
Justin
The text was updated successfully, but these errors were encountered: