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
Nuxt
v3.14.1592
<script setup lang="ts"> const places = ref([]) const placeItems = ref([{ id: 1, name: 'Place 1' }, { id: 2, name: 'Place 2' }]) watch(places, (a, b) => alert('changed')) </script> <template> <UInputMenu name="places" v-model="places" :items="placeItems" value-key="id" label-key="name" class="w-full" multiple /> </template>
https://skr.sh/vSqMC30k7Rm
By the way, in non-multiple mode i cant remove value... https://skr.sh/vSqNhU5VYrM
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.14.1592
Reproduction
Description
https://skr.sh/vSqMC30k7Rm
By the way, in non-multiple mode i cant remove value... https://skr.sh/vSqNhU5VYrM
The text was updated successfully, but these errors were encountered: