Replies: 2 comments
-
|
Not really a bug, just a different API between v2 and v3. If you wanted to keep the same structure, you could have set |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The migration guide capture that here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Trame Community,
I came across a bug where VSelect will not show items and shows instead [object Object]. To explain, in some of the trame examples, you assign items inside vuetify's VSelect widget by dictionaries with "text" key and then the corresponding "value" key. This will cause problems in your VSelect widget.
To fix, change "text" to "title".
I will post this here in case anyone has the same issue.
Kind regards,
Andy
Beta Was this translation helpful? Give feedback.
All reactions