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
v2.18.6
https://stackblitz.com/~/github.com/Yves852/nuxt-ui-commandpalette-hover
Selecting an element on click is visually inconsistent. Visually all elements are selected, independantly of v-model="selected".
v-model="selected"
With props multiple visually will select all or unselect all, independantly of v-model="selected".
multiple
On keyboard, using "enter" to select update selected correctly but component jump to first element. Same visual problems as mouse.
The prop nullable doesn't seem to influence the bug.
nullable
Related to #2284 Could be related to 1708
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Version
v2.18.6
Reproduction
https://stackblitz.com/~/github.com/Yves852/nuxt-ui-commandpalette-hover
Description
Selecting an element on click is visually inconsistent. Visually all elements are selected, independantly of
v-model="selected"
.With props
multiple
visually will select all or unselect all, independantly ofv-model="selected"
.On keyboard, using "enter" to select update selected correctly but component jump to first element. Same visual problems as mouse.
The prop
nullable
doesn't seem to influence the bug.Related to #2284
Could be related to 1708
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: