sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.62k stars 1.33k forks source link

Focus on specific option on open, programatically. Or allow Arrow Up when opening select upwards #1704

Open gfrancis86 opened 1 year ago

gfrancis86 commented 1 year ago

Is your feature request related to a problem? Please describe. I open the select options UP, instead of down, so I want to focus on the last option item on open, or allow to focus on the last item when user presses arrow up key.

Describe the solution you'd like programmatically select option to focus on, or allow arrow up to focus on last item

image

I try pressing arrow up and it wont go up, I press arrow down and obviously top option is selected. since I have a max height it's scrolled up so they can't see the first option