Customizing the v-list-item in v-select multiple #20521
Unanswered
joaopalopes24
asked this question in
Q&A
Replies: 1 comment 1 reply
-
your code doesn't work as is. Example below of how I got it to work. the <template #item> must contain a v-list-item as per the docs, with a v-bind=props on it. from there, you can prepend the vcheckbox, and assign the model-value as true when it is selected. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to make a
v-list-item
by customizing it, but making thecheckbox
tick when the value is selecting, without needing to check the v-model, any ideas?I can't bind the props to the
v-list-item
, but the checkbox doesn't work together.Beta Was this translation helpful? Give feedback.
All reactions