engineerAutocomplete
The type allows to configure the behavior of autocomplete fields which contain usernames, e.g. in the user profile or in a case.
Attributes:
- appendWildcardAutomatically: Determines if the wildcard ("*") is appended automatically to every search term consisting of more than one character or number, so that a user is found even if you have entered only part of its name. 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 "Holler," (search term ending with a comma), the user "Konrad Holler" is only found if the comma is configured in this attribute.