ui5-webcomponents
ui5-webcomponents copied to clipboard
feat(ui5-combobox, ui5-multi-combo-box, ui5-input, ui5-multi-input): link navigation in value state
With the implementation of the Popover API and its proper implementation in the input components, the navigation inside the value state message, became unattainable.
Тhe focus will be set inside the value state message by pressing the keyboard combination of Ctrl + Alt + F8/ Command+Option+F8 and will move only if the inside component are ui5-link.
If the inside components are more then one ui5-links, the navigation between will happen by pressing Tab and Shift + Tab respectively for moving the focus forward/backward on the links. If suggestions are available, when pressing the Down arrow key, the focus will be moved on the first suggestion.