Settings for the HxInputTags
component.
Name | Type | Description |
---|---|---|
Delimiters | List<char> |
Characters, when typed, divide the current input into separate tags. |
InputSize | InputSize? |
Input size. |
ShowAddButton | bool? |
Indicates whether the add-icon (+) should be displayed. |
SuggestDelay | int? |
Debounce delay in milliseconds. |
SuggestMinimumLength | int? |
Minimal number of characters to start suggesting. |
TagBadgeSettings | BadgeSettings |
Settings for the HxBadge used to render tags. |
ValidationMessageMode | ValidationMessageMode? |
Specifies how the validation message should be displayed. |