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
549 stars 40 forks source link

Display tags in input fields (like w-select can do) #44

Closed rainrain001 closed 5 months ago

rainrain001 commented 3 years ago

Hi, I'm not so sure if this feature is available because i don't see in the documentation but if doesn't have, i would suggest to have this in input field.

antoniandre commented 3 years ago

Thanks for your suggestion @rainrain001, and sorry for the delay. Adding this to the todo list!

antoniandre commented 5 months ago

This layout has been possible for some time in the select list, but the closest to an input, and what you want to use is the w-autocomplete component that does this, with an input box as well and autocomplete: https://antoniandre.github.io/wave-ui/w-autocomplete Cheers!