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 miliseconds. |
SuggestMinimumLength | int? |
Minimal number of characters to start suggesting. |
TagBadgeSettings | BadgeSettings |
Settings for the HxBadge used to render tags. |
Method | Returns | Description |
---|---|---|
<Clone>$() | InputTagsSettings |
Method | Type | Description |
---|---|---|
op_Equality (InputTagsSettings left, InputTagsSettings right) | bool |
|
op_Inequality (InputTagsSettings left, InputTagsSettings right) | bool |