enumAutocomplete
The type allows to configure the behavior of autocomplete fields which contain list values, e.g. for enums with the setting Enum display with the value Autocomplete.
Attributes:
- appendWildcardAutomatically: Determines if the wildcard ("*") is appended automatically to every search term consisting of more than one character or number, so that a list value is found even if you have entered only part of it. Default: true.
- maxHints: Defines the maximum number of suggestions which is displayed. When set to 0, there is no limit and all suggestions are displayed.
- suffixCharactersToRemove: Defines the characters which are automatically removed from the end of the search term. Example: If you search for "high:" (search term ending with a colon), the value "high immediate action" is only found if the colon is configured in this attribute.