-
Notifications
You must be signed in to change notification settings - Fork 160
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
Autosuggest dropdown is not clickable #578
Comments
Hi @yer421, could you share a reproducible example and/or a screenshot/video of the issue. |
Hello @yer421! |
I've included a video of what happens when trying to click on an item of the dropdown of the Autosuggest tool.
The dropdown list comes from an API call so I can't include that within my code. As you can see from the video, using the down arrows and then clicking Enter works, but the mouse click does not work in the component.
Let me know if you need anything else.
Thanks,
Yer
|
Sorry for the late response, I've been on PTO. I've included a screen recording of what happens when trying to click on options in the dropdown of the auto suggest tool.
The dropdown is a list generated from an API call. Let me know if this helps.
Thanks,
Yer
|
Hi @yer421, it sounds like you responded to this thread via email with an attachment, but GitHub did not include the attachment here. Could you try uploading it through GitHub's web interface? Also, if you can reproduce the issue with code that you can share (e.g. by replacing the API call with placeholder data, removing unrelated components / proprietary code etc), it would be great if you could include the code (e.g. in CodeSandbox). |
Closing due to inactivity. Feel free to reopen if you have more questions |
Browser
No response
Package version
3.0.7
React version
18.2.0
Description
I have the Autosuggest dropdown within a container. When the dropdown is opened, it is not clickable. The options are only selected with the down arrow + enter.
Source code
Reproduction
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: