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

USelectMenu can't accept searchable and multiple at the same time #1847

Closed
Usateid opened this issue Jun 7, 2024 · 2 comments
Closed

USelectMenu can't accept searchable and multiple at the same time #1847

Usateid opened this issue Jun 7, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Usateid
Copy link

Usateid commented Jun 7, 2024

Environment

  • Operating System: Darwin
  • Node Version: v20.11.1
  • Nuxt Version: 3.11.2
  • CLI Version: 3.11.1
  • Nitro Version: 2.9.6
  • Package Manager: yarn@1.22.19
  • Builder: -
  • User Config: ssr, devtools, app, modules, typescript, colorMode, components, plugins, css, runtimeConfig, routeRules
  • Runtime Modules: @nuxt/ui@2.16.0, @vueuse/nuxt@10.10.0
  • Build Modules: -

Version

v2.16.0

Reproduction

https://stackblitz.com/edit/nuxt-ui-gvsbl5?file=app.vue

Description

Using searchable and multiple prop at the same time the component become unusable

Additional context

image

image

Logs

No response

@Usateid Usateid added the bug Something isn't working label Jun 7, 2024
Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jul 18, 2024
Copy link
Member

In your reproduction, you didn't pass an array as modelValue. You need one when using the multiple prop.

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

2 participants