how do I close open / close dropdown programmatically through ref ? #1662
Unanswered
handhikadj
asked this question in
Help Wanted
Replies: 1 comment 2 replies
-
@handhikadj facing the same issue, did you find any solution? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
currently can't do this
<v-select ref="myDropdown" /> methods: { myMethod() { this.$refs.myDropdown.open() } }
Beta Was this translation helpful? Give feedback.
All reactions