TerryZ / v-selectmenu

SelectMenu for Vuejs, A simple, easier and highly customized menu solution
https://terryz.github.io/docs-vue/#/selectmenu
MIT License
187 stars 25 forks source link

Keyboard navigation not working without search bar #32

Open Aidenvale opened 4 years ago

Aidenvale commented 4 years ago

Hi,

When the search bar is disabled (:query="false"), I'm unable to navigate through the options using the keyboard, which is often done by our power users.

Thanks!

TerryZ commented 4 years ago

Unfortunately, keyboard navigation is trigger by search input element.