Fix select page in collection skill search#392
Fix select page in collection skill search#392manuel-delvillar wants to merge 2 commits intodevelopfrom
Conversation
|
Let me see if iI'm correctly summarizing some issues here. It looks like prior to your fix:
Some stuff that happens when requests are submitted: If "select all (108)" is selected, what gets requested to the server is actually a query-based change order: But if you then go back and select individual items and submit again without refreshing, the same thing is sent again, there might be some bugs here to investigate. After refreshing and selecting only two skills, I got a different payload sent to server So, the UX needs to be made consistent. The user needs to understand that the select all control is different from the list of checkboxes in the table in purpose. And importantly, that means that when the "select all (108)" box is selected, the in-table controls should be If then you wanted to add a separate "select page (50)" control ( Ok, so the new UX in this PR:
Recommendation: If you just set all the row level checkboxes to be disabled when the select all box at the top is selected, then this checks all the boxes for good UX I think. A11y recommendation: I recommend testing the keyboard nav and screen reader experience + keyboard nav experience. The "select " control doesn't have the right visual focus indicated when keyboard navigating. |
- Fix for this component.
a0bfb9d to
984b009
Compare

To reproduce this in local