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
just using your own docs
https://stackblitz.com/edit/2wsf71il?file=src%2FApp.vue
Simply turn on the :multiple="true" prop
:multiple="true"
When Combobox is in multiple mode, the input resets when an option is selected.
multiple
This seems like a bug - I found no ARIA etc specification that this should be happening.
E.g. Nuxt UI does not do that, and at least it should be preventable?
Simply not reset the input, or at least let me disable it :)
The text was updated successfully, but these errors were encountered:
FYI seems in Reka this is already fixed: https://stackblitz.com/edit/rxsmsdqj?file=src%2FApp.vue
Could a fix be easily backported please?
Thanks.
Sorry, something went wrong.
No branches or pull requests
Environment
Link to minimal reproduction
https://stackblitz.com/edit/2wsf71il?file=src%2FApp.vue
Steps to reproduce
Simply turn on the
:multiple="true"
propDescribe the bug
When Combobox is in
multiple
mode, the input resets when an option is selected.This seems like a bug - I found no ARIA etc specification that this should be happening.
E.g. Nuxt UI does not do that, and at least it should be preventable?
Expected behavior
Simply not reset the input, or at least let me disable it :)
Context & Screenshots (if applicable)
bb.mov
The text was updated successfully, but these errors were encountered: