-
Notifications
You must be signed in to change notification settings - Fork 133
0.41.0 Breaking Changes
N1XUS edited this page Apr 14, 2023
·
2 revisions
Combobox, Multi-combobox, Multi-input #9287
Those components are not being unified in terms of keyboard navigation:
- Dropdown button for core/platform combobox, multi-input, multi-combobox is now not focusable same way as in ui5;
- Previously, if user clicked on the dropdown button, we opened the dropdown and placed focus on the first dropdown list item. Now when user clicks on the dropdown button, we place focus on the input field;
- When focusing the input field and pressing alt key + arrow down, we open the dropdown and shift focus on the first item of the dropdown list.