Clear selected value programmatically? #1640
Unanswered
DProcrastinator
asked this question in
Q&A
Replies: 0 comments
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.
-
How can i clear selected value in v-select without using v-model binding i know a where you can simply unselect using model binding. But in my project i am not using model binding. object is passed when selected so any other. I am using ajax so no need to reload the page and there where i face this problem.
You access the computed value using ref and set it null but app.js:110055 [Vue warn]: Computed property "selectedValue" was assigned to but it has no setter.
Beta Was this translation helpful? Give feedback.
All reactions