# Tag (fw-tag)
fw-tag provides a child component that is used to enable selecting multiple options in the Select component.
# Usage
Show Code
# Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
disabled | disabled | Sets the state of the tag to disabled. The close button is disabled. If the attribute’s value is undefined, the value is set to false. | boolean | undefined |
text | text | Display text in the tag component. | string | undefined |
value | value | Value associated with the tag component, that is saved when the form data is saved. | string | undefined |
# Events
Event | Description | Type |
---|---|---|
fwClosed | Triggered when the tag is deselected. | CustomEvent<any> |
# Dependencies
# Used by
# Graph
graph TD;
fw-select --> fw-tag
style fw-tag fill:#f9f,stroke:#333,stroke-width:4px
Built with ❤ at Freshworks