-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Race condition(?) while entering text in autocomplete dropdown #3171
Comments
Obviously, you are correct about the expected behavior. Does it happen right out of the box for you? Or some preparatory "playing" with the app is first required? Does it happen pretty much all the time? Or occasionally? |
It reproduces 100% when the text is selected by any method, for example double click and triple click also reproduce this bug so JPY -> PYJ |
Got it! Could you please change the "How to reproduce" step 2. to "Double-click" so others can easily recreate the problem? Can you confirm the single-click is fine? |
Great. Yeah, since single click does not select text, it does not reproduce this issue. |
…complete-dropdowns Fix #3171 doubleclick on autocomplete dropdowns
[How to Reproduce]
[Expected Result]
Field should contain "USD"
[Actual Result]
Field contains "DUS all"
@battleofwizards
The text was updated successfully, but these errors were encountered: