-
Notifications
You must be signed in to change notification settings - Fork 35
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
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.
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
…/europa-component-library into FRONT-4462-Select-all-optional
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.. |
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.