[Feature Request] Add an option to v-select to manually trigger the dropdown menu #2443
Labels
C: VAutocomplete
C: VCombobox
C: VSelect
T: enhancement
Functionality that enhances existing features
New Functionality
I'm using a
v-select
withautocomplete
. This component works great, and almost answers our use-case :)Almost, because right now it shows the dropdown menu on input focus.
In my use case, I want to only show this when a user starts entering text in the input.
Improvements
The current workaround is to use
max-height
and set it to0
when nothing was entered onsearch-input
but I find it quite hacky.Adding an option like
trigger
would allow us to do that in a better way.Bugs or Edge Cases it Helps Avoid
That would prevent users to add hacks on top of this element.
If you think this would fit in Vuetify, I could help adding it and provide a PR.
Thanks for your work, it's an amazing framework you have there!
The text was updated successfully, but these errors were encountered: