Preselect values #230
Answered
by
TotomInc
RandomUsernameIHaveNoTime
asked this question in
Q&A
|
Good Morning, afternoon or whatever time you have when reading this, first of all really cool component and kind of life saving for my project, I was getting really frustrated with the vuetify select. So what I wanted to ask is if there is an intended way to preselect values in this select on the software side? Like having some options selected per default. The way I assumed, which was to just initialize the bound v-model with the options to be preselected, but that seems to not work. Anyways, take care. |
Answered by
TotomInc
Mar 21, 2025
Replies: 1 comment 2 replies
|
I've removed the pre-selected values example from a recent refactoring commit. But I've been able to find it, maybe you can try to reproduce this code? |
2 replies
Answer selected by
RandomUsernameIHaveNoTime
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've removed the pre-selected values example from a recent refactoring commit. But I've been able to find it, maybe you can try to reproduce this code?
https://github.com/TotomInc/vue3-select-component/blob/0d2e4fa9e7c3db6098f50e72e05d2ba273ab4c73/docs/demo/pre-selected-values.md