vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Feature Request] v-select advanced slot methods

Open paulwer opened this issue 1 year ago • 1 comments

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

paulwer avatar Jul 27 '23 10:07 paulwer

a current workaround to use this is to set the property .menu at the v-select to false.

paulwer avatar Jul 27 '23 10:07 paulwer