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

feat(select): Making the select all and search field optional in the multiselect - FRONT-4462 #3436

Merged
merged 7 commits into from
Jul 1, 2024

Conversation

planctus
Copy link
Collaborator

@planctus planctus commented Jun 17, 2024

In this pr three tickets are tackled:

For what concerns the usage of arrow down, the attempt here is to mitigate the effects of this pr: #3322 where the navigation with arrowDown was stopped on the last checkbox to prevent the closure of the dropdown.

Now, there is no need to prevent the user from accessing the toolbar using arrowDown, the closure of the dropdown was due to a wrong operation performed by us, so now what happens is that if the toolbar is in place arrowDown will continue to work after the last checkbox, if it's not shown, instead, to take into account the Regine's recommendation, arrowDown stops working on the last option not restarting the loop, although also this looks unreasonable to me, i'm not surprised we received this "request" considering the concerns i expressed in the aforementioned pr.

Copy link

github-actions bot commented Jun 17, 2024

@github-actions github-actions bot temporarily deployed to pull request June 17, 2024 13:40 Inactive
@planctus planctus changed the title feat(select): Making the select all optional in the multiselect - FRONT-4462 feat(select): Making the select all and search field optional in the multiselect - FRONT-4462 Jun 27, 2024
@github-actions github-actions bot temporarily deployed to pull request June 27, 2024 08:19 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 27, 2024 10:15 Inactive
@planctus planctus requested a review from emeryro June 27, 2024 10:23
Copy link
Contributor

@emeryro emeryro left a comment

Choose a reason for hiding this comment

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

On my side I am still unable to access the buttons with arrow down; it stops at the last checkbox (on Chrome and Firefox)
Going from the button to the checkbox works fine

@planctus
Copy link
Collaborator Author

planctus commented Jul 1, 2024

It seems i forgot to push the last commit, did it now, most likely it's where i applied the changes to the arrow down navigation..

@github-actions github-actions bot temporarily deployed to pull request July 1, 2024 06:52 Inactive
@emeryro emeryro merged commit 04f4737 into v4-dev Jul 1, 2024
7 checks passed
@emeryro emeryro deleted the FRONT-4462-Select-all-optional branch July 1, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants