This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
How to pre-selected in vue-next-select #227
joneyspark
started this conversation in
General
Replies: 2 comments 9 replies
-
Do you mean that how to preselect an option and it is in the options (institutes_1)? |
Beta Was this translation helpful? Give feedback.
7 replies
-
What if i wanted to wrap the vue-select-next, so it would be easier to use across my project. How would i use the nextTick to pass modelValue prop to the component with composition api? Right now i'm just using a self invoking method but that doesn't seem to work
Thanks for taking the time to develop a component like that (Y) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is the code I am trying to edit and here you see I have already selected value which contains in v-model but How I could use pre-selected the select option?
Beta Was this translation helpful? Give feedback.
All reactions