You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I init SelectMenu with searchable and creatable props and create a new item, the v-model value is set as an object {label: string} instead of a string
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
I was having this same problem when I stumbled across this issue. I have started using the edge version of nuxt-ui where this is supposedly fixed, however it seems like the behavior is the same.
This stackblitz uses the edge version of nuxt-ui and demonstrates the same issue with both multiple and non-multiple scenarios. It is possible that I am not using this right as I just started using nuxt last Thursday. There is a workaround: something like this
Environment
Version
^2.11.0
Reproduction
https://stackblitz.com/edit/nuxt-ui-pca5qc?file=app.vue
Steps to reproduce:
item.title
to be stringitem.title
is object{label: string}
Description
When I init
SelectMenu
withsearchable
andcreatable
props and create a new item, thev-model
value is set as an object{label: string}
instead of a stringAdditional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: