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

[Bug]: Combobox resets input even with multiple: true #1559

Open
signor-pedro opened this issue Jan 16, 2025 · 1 comment
Open

[Bug]: Combobox resets input even with multiple: true #1559

signor-pedro opened this issue Jan 16, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@signor-pedro
Copy link

Environment

just using your own docs

Link to minimal reproduction

https://stackblitz.com/edit/2wsf71il?file=src%2FApp.vue

Steps to reproduce

Simply turn on the :multiple="true" prop

Describe 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
@signor-pedro signor-pedro added the bug Something isn't working label Jan 16, 2025
@signor-pedro
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant