Settings for the HxAutosuggest and derived components.
| Name | Type | Description |
|---|---|---|
| ClearIcon | IconBase |
Icon displayed in the input on the selection clear button when an item is selected. |
| Delay | int? |
The debounce delay in milliseconds. |
| InputSize | InputSize? |
The input size. |
| LabelType | LabelType? |
The label type. |
| MinimumLength | int? |
The minimum number of characters to start suggesting. |
| SearchIcon | IconBase |
Icon displayed in the input when no item is selected. |
| Spellcheck | bool? |
Defines whether the input may be checked for spelling errors. |
| ValidationMessageMode | ValidationMessageMode? |
Specifies how the validation message should be displayed. |