Skip to content
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

Merged
merged 6 commits into from
Jan 23, 2024
Merged

fix(ui5-multi-combobox): select all implementation #8066

merged 6 commits into from
Jan 23, 2024

Conversation

MapTo0
Copy link
Member

@MapTo0 MapTo0 commented Jan 9, 2024

FIXES: #5537

@MapTo0 MapTo0 requested a review from niyap January 9, 2024 10:06
Copy link
Contributor

@niyap niyap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 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?
  1. 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

packages/main/src/MultiComboBox.ts Show resolved Hide resolved
@niyap
Copy link
Contributor

niyap commented Jan 22, 2024

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

@niyap
Copy link
Contributor

niyap commented Jan 23, 2024

Please, create feature request to ui5-list owners before completing the task.

@MapTo0
Copy link
Member Author

MapTo0 commented Jan 23, 2024

Feature request to improve implementation: #8165

@MapTo0 MapTo0 merged commit 7e8a355 into main Jan 23, 2024
8 checks passed
@MapTo0 MapTo0 deleted the mcb-sel-all branch January 23, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SF] [MultiComboBox] - Support showSelectAll option
2 participants