Is there anything that can achieve a list of editable tags

Was wondering if there are something I can use to achieve this kind of feature, was trying  badge but no luck...

Form Tags | Components | BootstrapVue (bootstrap-vue.org)


2 Replies

LD LeoLavanya Dhanaraj Syncfusion Team June 29, 2023 05:39 PM UTC

Hi Chen,


Greetings from Syncfusion support.


Based on the information you shared, we are quite unclear about the exact component that you have used. You mentioned a query related to the editable Badge, but the link you provided appears to be for a Chip component.


Badge documentation : https://blazor.syncfusion.com/documentation/badge/getting-started


Chip documentation : https://blazor.syncfusion.com/documentation/chip/getting-started


Basically, our Blazor Chips is a feature-rich component that provides small blocks of text information. Blazor Chips can also contain avatars, images, letters, and close icons. They can be used as tags when filtering contacts and mail inbox, selecting single or multiple choices from available options, and providing input to an application. Additionally, we do not have direct support for Chip editing, but we can dynamically change the Chip text using interop calls.


Refer the below links to know more about Chip component behavior.


Feature tour : https://www.syncfusion.com/blazor-components/blazor-chips


Demo : https://blazor.syncfusion.com/demos/chips/default-functionalities?theme=fluent


API reference : https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Buttons.SfChip.html#properties


Please review the details we have shared and confirm the exact component that you have used on your end. Based on your details, we will continue to investigate the reported query.


Regards,

Leo Lavanya Dhanaraj



CH Chen June 30, 2023 10:34 PM UTC

Hi, chip is exactly what I was looking for. Thanks!


Loader.
Up arrow icon