You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an <AutoComplete> option is selected programmatically (using react-testing lib) the dialog that contains the options is not closed, it's on top of the rest of the document, and it doesn't allow to select other components in the same page.
On the discussion I've shared some code to reproduce the issue: #4376
Expected behavior
As a user, I'd expect that after selection the option in the <AutoComplete> the dialog is closed so other items can be clicked (like the 'Create' button in the example above)
Screenshots or Videos
No response
Operating System Version
Linux
Browser
Chrome
The text was updated successfully, but these errors were encountered:
NextUI Version
2.6.8
Describe the bug
When an
<AutoComplete>
option is selected programmatically (using react-testing lib) the dialog that contains the options is not closed, it's on top of the rest of the document, and it doesn't allow to select other components in the same page.See #4376
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
On the discussion I've shared some code to reproduce the issue: #4376
Expected behavior
As a user, I'd expect that after selection the option in the
<AutoComplete>
the dialog is closed so other items can be clicked (like the 'Create' button in the example above)Screenshots or Videos
No response
Operating System Version
Linux
Browser
Chrome
The text was updated successfully, but these errors were encountered: