Skip to content
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

User select is not working inside ComboboxOptions #3420

Open
vovabndrnk opened this issue Aug 8, 2024 · 2 comments
Open

User select is not working inside ComboboxOptions #3420

vovabndrnk opened this issue Aug 8, 2024 · 2 comments

Comments

@vovabndrnk
Copy link

I open a combobox, there I have ComboboxOptions and inside them there are ComboboxInput and other elements, when I write something in my input, then I can't select and copy that value. Also, if I type something into the ComboboxInput and then change the focus from the input to something else, I can't get the focus back to the input. It seems that the entire component has been used user-select: none. Almost all versions have this bug. Currently using 1.7.20, as this version don't have this bug
image

@y04nqt
Copy link

y04nqt commented Aug 8, 2024

#3421

This sounds similar to the issue I just reported. Maybe we are encountering the same issue where inert is being applied incorrectly?

@tomhooijenga
Copy link

To clarify, we are on the Vue package. While comparing 1.7.20 and 1.7.21, this new line seems related to the bug.

@headlessui/[email protected]...@headlessui/[email protected]#diff-2a99fce8dc890b1d7968934853ae2a5eff4d46a3b7b70d2d4619f23ccb0f4c29R1402

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants