-
Notifications
You must be signed in to change notification settings - Fork 12
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
Missing key strokes when using ANET search data fields #767
Comments
I was looking at this but I don't think that this is happening: moroshko/react-autosuggest#494 |
it seems like it is happening as the bug in react has been reintroduced in 16.4.1: facebook/react#7027 |
In my experiments, occasionally keystrokes were dropped while the list of retrieved suggestions was being rendered. When retrieving 250 suggestions instead of the normal 25, this was slightly more often the case. |
Remove some unused state, and optimise the rendering of suggestions a bit. Attempts to address dropped keystrokes under IE11 as stated in #767
Remove some unused state, and optimise the rendering of suggestions a bit. Attempts to address dropped keystrokes under IE11 as reported in #767
Remove some unused state, and optimise the rendering of suggestions a bit. Attempts to address dropped keystrokes under IE11 as reported in #767
#767: Optimise autosuggest rendering
This annoying bug is fixed! |
When typing in any data field that has the magnifying glass/search icon, key strokes will be missed.
The text was updated successfully, but these errors were encountered: