-
Notifications
You must be signed in to change notification settings - Fork 318
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
Autocomplete field is broken #3030
Comments
Hi @Alex-Github-Account, thank you for reporting this issue, I can see the behavior on my end. I think this is a more like a browser behavior. You can see the same happen on a native |
nope. Browser built-in "input with autocomplete" will not re-popup it's options on window been re-focused. And for sure nothing will pop up right before user click right below cursor. Try it yourself: |
Right, I am just mentioning about the same focus behavior. Of course this is a bug and we will address it(#3033), currently we have the open behavior tied to focus event. |
Before creating a new issue, please confirm:
On which framework/platform are you having an issue?
React
Which UI component?
Other
How is your app built?
Create React App
What browsers are you seeing the problem on?
Firefox, Chrome, Safari, Microsoft Edge
Please describe your bug.
here is demo https://codesandbox.io/s/affectionate-bird-ssdsi5
I already mentoined this bug but got no attention
If you click autocomplete field - select options pops up (ok behavior)
then you select another window (not just defocus a field or select another tab, but entirely different OS window) - select options dissapear (ok)
then you try to click button right below autocomplete - NOPE. autocomplete select options poped up (who asked them?) and covered the button, thus user click lands on the autocomplete, not the button. This is intercepting user input! Facepalm
What's the expected behaviour?
When user clicks on something, nothing should appear right below cursor right before click out of nowhere
Help us reproduce the bug!
I hope this works https://codesandbox.io/s/affectionate-bird-ssdsi5
Code Snippet
// Put your code below this line.
Additional information and screenshots
screenshot will not help, need video.
The text was updated successfully, but these errors were encountered: