-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ui5-multi-combobox): select all implementation #8066
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I want to discuss with the team the following scenario:
- open the N-more popover
- deselec from SelectAll button
-> what is the expected result, to have the filtered items but not selected.. if so, isn't it meaningful when the focus is moved to the input field to have the list with the suggestions?
- On mobile device - open the picker, select some suggestions, press show selected button, then deselect all the suggestins (the list remains filtered and the show selected button pressed), press it again in order to see the whole list but do not select any suggestion, then press it once again -> there is no selected suggestions but the "Select All" is presented and selected with the label 0 of 27 which is strange
Scroll the suggestions making the first one not visible, close the picker, open it again. Navigate via arrow down through the suggestions - when the focus is over the first one, the list is not scrolled and the item is not visible when on focus |
Please, create feature request to ui5-list owners before completing the task. |
Feature request to improve implementation: #8165 |
FIXES: #5537