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] Enabling text input #139

Closed alessandrodipierro closed 6 months ago

alessandrodipierro commented 7 months ago

Similarly to the new w-autocomplete component, it would be very useful to be able to start writing the text of the option to select to filter the drop-down list or alternatively it would be useful if w-autocomplete had the same styles as all the rest of the form components

antoniandre commented 7 months ago

Hi @alessandrodipierro, thanks for the suggestion. The goal is to have the autocomplete use the same options as the rest of the form components. It will be one of my next tasks to support more options and integrate the same style. That being said, and re-reading your question, I understand it would also be nice if we could select a w-select's item by typing its first letters (without visual feedback, like the native select list). For that I'll see if I can do something that makes sense.

antoniandre commented 6 months ago

Hi @alessandrodipierro this is now possible to lookup a w-select list item and preselect it (gains focus) by typing its first characters (case insensitive). Released in version 3.10.0

Hope it helps!