[Feat]: Input component for Tags with auto-suggestion #1349
Labels
Components
Dedicated to Frontend Visual Components
Javascript Frontend
Pull requests that update Javascript code
Is your feature request related to a problem? Please describe.
No problem, just a missing feature
Describe the solution you'd like
I would like to have an input component that allows me to enter "Tags". While typing the component would suggest existing tags (filtered by the text the user typed so far) from a data-source. It should either be possible to select one of the existing tags or use the entered text by pressing
All entered or selected Tags should be available as a list of selected tags.
Lowcoder is using the ANT-Design framework which offers this solution out of the box (https://2x.ant.design/components/select/#components-select-demo-tags).
Describe alternatives you've considered
We are using a "custom component" right now which does what we want, but a ready-to-use component would be simpler.
Additional context
This is how it looks like in our custom-component
The text was updated successfully, but these errors were encountered: