You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to remove selected value of that dropdown. i.e. which is visible in that input type.
The text was updated successfully, but these errors were encountered:
sachdeva2008
changed the title
want to remove dropdown selected value and reset it deliberately
Want to remove dropdown selected value and reset it deliberately
Jul 25, 2019
You can access the visible input by reference. this.$refs.dropdown.searchFilter = '' will reset the visible selection
additionally this.$refs.dropdown.selected = {id: xxx, name: xxx} will allow you to set the selected payload
I'm unable to remove selected value of that dropdown. i.e. which is visible in that input type.
The text was updated successfully, but these errors were encountered: