Replies: 2 comments
-
I am facing similar issue I am also not able to select any Item from dropdown |
Beta Was this translation helpful? Give feedback.
0 replies
-
#3421 I created an issue around the same problem I'm facing using Combobox. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In headless ui 2, the combobox dropdown is opened in a portal container. This is very convenient, however, it also seems to add the inert attribute on all the other elements.
I am using a button to remove the user input ( the 'x' button) . This is a sibling of the combobox input.
This button get the attribute 'inert' when the dropdown is opened.
Is there a way to overwrite or remove this attribute so the user can clear its input when the dropdown is opened?
Beta Was this translation helpful? Give feedback.
All reactions