The ui5-tokenizer provides advanced keyboard handling.
When a token is focused the user can use the following keyboard
shortcuts in order to perform a navigation:
[Left] or [Right] / [Up] or [Down] - Navigates left and right through the tokens.
[Home] - Navigates to the first token.
[End] - Navigates to the last token.
The user can use the following keyboard shortcuts to perform actions (such as select, delete):
[Space] - Selects a token.
[Backspace] / [Delete] - Deletes a token.
Note: The deletion of a token is handled by the application with the use of the token-delete event.
With multiLine enabled, tokens are displayed across multiple lines for improved readability.
The showClearAll option adds a convenient 'Clear All' button, allowing users to remove all tokens at once.
Determines the name by which the component will be identified upon submission in an HTML form. Note: This property is only applicable within the context of an HTML Form element. Note: When the component is used inside a form element, the value is sent as the first element in the form data, even if it's empty.
Defines whether "Clear All" button is present. Ensure multiLine is enabled, otherwise showClearAll will have no effect. Note: The showClearAll property is in an experimental state and is a subject to change.