antoniandre / wave-ui

A UI framework for Vue.js 3 (and 2) with only the bright side. ☀️
https://antoniandre.github.io/wave-ui
MIT License
544 stars 39 forks source link

[w-select] Add key code for 'space' to activate dropdown #119

Closed DerrikMilligan closed 11 months ago

DerrikMilligan commented 12 months ago

This pull request is simple. It adds the key code for the space key to the list of keys that open the menu. This is in line with the native select element.

antoniandre commented 11 months ago

Sweet, it makes a lot of sense again. I like your style!

antoniandre commented 11 months ago

Released in v3.5.1 along with #118 & #117.