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' }]) </script> <template> <form class="flex flex-col gap-2 max-w-54" @submit.prevent> <UInputMenu name="places" v-model="places" :items="placeItems" value-key="id" label-key="name" icon="i-lucide-search" class="w-full" required multiple/> <UFormField class="mt-2"> <UButton type="submit" class="block w-full">Submit</UButton> </UFormField> </form> </template>
Even if i choosen some items, i cant submit form https://skr.sh/vSqGuOWV8dZ
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
Even if i choosen some items, i cant submit form https://skr.sh/vSqGuOWV8dZ
The text was updated successfully, but these errors were encountered: