vuetify
vuetify copied to clipboard
[Feature Request] v-select advanced slot methods
Problem to solve
I would like to have the blur() function within the item-slot. currently i had not found any way to blur the dropdown, when using this slot
Proposed solution
adding blur() function to slot-data properties to hide the dropdown itself
a current workaround to use this is to set the property .menu at the v-select to false.