Use Badge as a tag/chip? #964

Open
opened 2026-01-29 17:47:00 +00:00 by claunia · 4 comments
Owner

Originally created by @nicholasyin on GitHub (Aug 23, 2023).

Does the Badge component support to be used as a tag/chip where users can enter in a textbox and close?

Originally created by @nicholasyin on GitHub (Aug 23, 2023). Does the Badge component support to be used as a tag/chip where users can enter in a textbox and close?
claunia added the enhancement label 2026-01-29 17:47:00 +00:00
Author
Owner

@yordanov commented on GitHub (Aug 23, 2023):

The multiple selection is available with the RadzenDropDown Chips="true" option - https://blazor.radzen.com/dropdown-multiple. Is this what you are looking for?

@yordanov commented on GitHub (Aug 23, 2023): The multiple selection is available with the RadzenDropDown `Chips="true"` option - https://blazor.radzen.com/dropdown-multiple. Is this what you are looking for?
Author
Owner

@nicholasyin commented on GitHub (Aug 25, 2023):

The multiple selection is available with the RadzenDropDown Chips="true" option - https://blazor.radzen.com/dropdown-multiple. Is this what you are looking for?

Kind of, except I'd like to allow users to enter arbitrary text, instead of having to select from a dropdown.

@nicholasyin commented on GitHub (Aug 25, 2023): > The multiple selection is available with the RadzenDropDown `Chips="true"` option - https://blazor.radzen.com/dropdown-multiple. Is this what you are looking for? Kind of, except I'd like to allow users to enter arbitrary text, instead of having to select from a dropdown.
Author
Owner

@mhasanunal commented on GitHub (Oct 3, 2023):

Exactly what I am looking for. RadzenTag. I want user to input whatever they like to, and once they press enter or comma, written text should become chip. And if textbox is empty and user press backspace, it should remove last chip, write it to textbox. basicly tagging.

@mhasanunal commented on GitHub (Oct 3, 2023): Exactly what I am looking for. RadzenTag. I want user to input whatever they like to, and once they press enter or comma, written text should become chip. And if textbox is empty and user press backspace, it should remove last chip, write it to textbox. basicly tagging.
Author
Owner

@bikotoru commented on GitHub (Nov 29, 2023):

In the end, I had to use this component, which, even though it's simple, does the job: https://github.com/SveNord/Sve-Blazor-ChipsInput. I still need to customize it to match the Radzen style, but for now, it serves its purpose. Hopefully, they'll consider adding it.

@bikotoru commented on GitHub (Nov 29, 2023): In the end, I had to use this component, which, even though it's simple, does the job: https://github.com/SveNord/Sve-Blazor-ChipsInput. I still need to customize it to match the Radzen style, but for now, it serves its purpose. Hopefully, they'll consider adding it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#964