Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: Input component for Tags with auto-suggestion #1349

Open
iceman91176 opened this issue Nov 27, 2024 · 2 comments
Open

[Feat]: Input component for Tags with auto-suggestion #1349

iceman91176 opened this issue Nov 27, 2024 · 2 comments
Assignees
Labels
Components Dedicated to Frontend Visual Components Javascript Frontend Pull requests that update Javascript code

Comments

@iceman91176
Copy link

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

grafik

@FalkWolsky
Copy link
Contributor

Definitely a important - yet missing component! We agree and will work on it soon

@FalkWolsky FalkWolsky self-assigned this Nov 27, 2024
@FalkWolsky FalkWolsky added Javascript Frontend Pull requests that update Javascript code Components Dedicated to Frontend Visual Components labels Nov 27, 2024
@FalkWolsky FalkWolsky moved this to 🆕 New in Lowcoder Nov 27, 2024
@martkaczmarek
Copy link
Contributor

I would also like to add that it would be nice to have a component to strictly display read-only tag type elements, without using the form. For now we have to use form components set to read-only for this kind of "blocks".
From what I can see there is also a component for that in Ant Design.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Components Dedicated to Frontend Visual Components Javascript Frontend Pull requests that update Javascript code
Projects
Status: 🆕 New
Development

No branches or pull requests

3 participants