We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
problem: the value of the combobox is not updated after selecting a list item with the mouse
What package within Headless UI are you using? What version of that package are you using?
@headlessui/vue: 1.7.21
vue: 3.4.26
What browser are you using?
Chrome
Reproduction URL
https://codesandbox.io/p/devbox/dreamy-brook-fr4qgc
Describe your issue
Is it normal behavior that after a search, when you click on a list value with the mouse, the input value is not updated?
but if you select a value when you press the enter key, then everything works as expected.
The same example, from the page https://headlessui.com/v1/vue/combobox, works as expected
in the react version, everything also works as it should
https://codesandbox.io/p/devbox/pensive-tdd-5z49k4
The text was updated successfully, but these errors were encountered:
This is occurring for me as well.
Sorry, something went wrong.
ComboboxOption
This should be fixed by #3180, and will be available in the next release.
You can already try it using:
npm install @headlessui/vue@insiders
RobinMalfait
Successfully merging a pull request may close this issue.
problem: the value of the combobox is not updated after selecting a list item with the mouse
What package within Headless UI are you using?
What version of that package are you using?
@headlessui/vue: 1.7.21
vue: 3.4.26
What browser are you using?
Chrome
Reproduction URL
https://codesandbox.io/p/devbox/dreamy-brook-fr4qgc
Describe your issue
Is it normal behavior that after a search, when you click on a list value with the mouse, the input value is not updated?
but if you select a value when you press the enter key, then everything works as expected.
The same example, from the page https://headlessui.com/v1/vue/combobox, works as expected
in the react version, everything also works as it should
https://codesandbox.io/p/devbox/pensive-tdd-5z49k4
The text was updated successfully, but these errors were encountered: