Replies: 4 comments 4 replies
-
Could you share an example of how you got this working? I'm stuck on the same problem and title prop doesn't work for me either. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Have the same issue here, trying to use Here's what I'm playing with, but it's not working:
|
Beta Was this translation helpful? Give feedback.
-
I was wondering if we can group items in v-select. For Vuetify v2, we could have a header item in the items list to get the grouping. Is there an alternative to achieve that with Vuetify 3? |
Beta Was this translation helpful? Give feedback.
-
I was having this issue and the following works for me |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
First of all - thanks for the amazing work. Vue 2 and Vuetify combo is my bread and butter.
I've recently initialized a project with the 3.0.0-beta release. So far, it's great. I did notice one thing though. It's no longer possible to set
v-select
'sitem-text
&item-value
props, even though it says so in the documentation (albeit, in the documentation page for thev-autocomplete
, there is nov-select
documentation page, but they are more or less the same). So I was looking around in the code, why even the default "text" was not working anymore for me (I mapped all my items to {text: '...', value: '...'}, but was getting nowhere. After looking around, I noticed in the new codebase, it's looking for the title prop. This solved my problem, but I think it'd be nice if vuetify@3 could provide those two props again, like in version 2.The code lines I'm referring to are these.
What my question is - can I somehow join the effort, via helping on this particular issue? From what I see, couple of things need to be done:
title
is new default (nottext
)item-text
&item-value
I've never contributed to open source before, so please be gentle on me. Apologies if this is not the place to ask this.
Beta Was this translation helpful? Give feedback.
All reactions