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

CommandPalette: visual item selection inconsistent #2285

Open
Yves852 opened this issue Oct 1, 2024 · 0 comments
Open

CommandPalette: visual item selection inconsistent #2285

Yves852 opened this issue Oct 1, 2024 · 0 comments
Labels
bug Something isn't working triage

Comments

@Yves852
Copy link

Yves852 commented Oct 1, 2024

Environment

  • Operating System: Linux
  • Node Version: v18.20.3
  • Nuxt Version: 3.13.2
  • CLI Version: 3.14.0
  • Nitro Version: 2.9.7
  • Package Manager: [email protected]
  • Builder: -
  • User Config: -
  • Runtime Modules: -
  • Build Modules: -

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 of v-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

@Yves852 Yves852 added bug Something isn't working triage labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant