-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Tags] Tag input, tags group #2422
Comments
Hello! 👋 Looks to me like our filterable Tags component is what you're looking for here, friend. |
No, I don't mean the single tag element, I'm talking about a complete input field where you write the tag name, press enter and tag will be added, not a tag with an input inside, watch this example: |
Here's another example: |
@Pablodotnet Does either of what @emyarod brought up sound close to what you need? If so let us know and we can merge the issue. Thanks! |
Yeah it's something like that, you can use this design and use the functionality they recommend too on those issues, we personally need it for angular |
OK @Pablodotnet make sure you add thumb-up to the issue description to the closer one - We can use that info to determine the priority. Contributions will be nice as always. Thanks! |
I would like to contribute with this feature for angular components... |
OK definitely open a ticket at https://github.com/IBM/carbon-components-angular for discussion! |
@asudoh I have talked with angular components devs and they say I have to make the component here first, so I would like to contribute with it here. |
@Pablodotnet that's awesome! thanks for pitching in. remember there are 5 things required for submissions to make it to our main branch:
I think 1 and 2 exist, you're pitching in on 3, but make sure we have someone in mind for 4 and 5, since we can't put the code in production as part of our master GA branch without them (this is true for all of our components too). |
Summary
Development of an input where you will write a word or phrase, press enter and it will add a tag, it could be used with autocomplete or without it. I will share the design with autocomplete.
Justification
Some of the most popular ui frameworks have it and now we are needing it in an actual project but carbon does not have it implemented.
Desired UX and success metrics
It's basically a text input in which we are going to type a word or phrase, press enter and a tag will be displayed inside that input, it could be on the same row of the input or display above it BUT it should be looking like it's inside the input, this input can being used with autocomplete or without it, you'll watch it in the design.
"Must have" functionality
Basic input and with Autocomplete option
Specific timeline issues / requests
We need it for a very important project but we will try to make a basic solution meanwhile this component is officially developed to carbon.
Available extra resources
The design of the input, I think this designs follows correctly the guidelines so I think is the perfect design to be used for it.
The text was updated successfully, but these errors were encountered: