AutoComplete
Similar to a combo box, but allows the user to write the name or text to filter the elements, useful when the elements inside the list are long.
Property | Description |
---|
Placeholder | Display when no value is set |
Order | ASC (Ascending), DESC (Descending) |
UseFloatingLabel | Only in connection with Bootstrap theme. When the input is changed, the placeholder is moved above the auto complete element |
Exclusive event | Description |
---|
Selection Changed | When selecting an option |
On Focus | When focusing on AutoComplete/item |