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
If I good understand, option option-attribute is for displaying labels on SelectMenu. But option value-attribute is just for values, like ids in added example.
The problem is, when we set both options and we try select other option in SelectMenu, then selected label is incorrect.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
node: v18.18.2
npm: 9.8.1
Vue: 3.4.10
Nuxt: 3.9.1
Nuxt UI: 2.12.0
Version
v2.12.0
Reproduction
https://stackblitz.com/edit/nuxt-ui-g1zatx?file=app.vue
Description
If I good understand, option
option-attribute
is for displaying labels on SelectMenu. But optionvalue-attribute
is just for values, like ids in added example.The problem is, when we set both options and we try select other option in SelectMenu, then selected label is incorrect.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: