feat(lxl-web): Improve supersearch accessibility - #1668
feat(lxl-web): Improve supersearch accessibility#1668johanbissemattsson wants to merge 26 commits into
Conversation
|
I think it is unexpected / confusing that it is not possible to navigate back to the input field with the keyboard? You are stuck in the rows below. Even though it is actually "Show search results" that is selected from the start. That is some sort of double focus that feels weird? I think the action icons might be a good idea. ↵ should be → ? |
Apples Spotlight, the built-in search/address fielld in Firefox as well as the quick search in VS Code works this way so it's not unheard of. We can however also add the ability to go up to the input field even if it's the same action as show search results.
That's the idea, but could absolutely be changed to an arrow pointing right (which also plays along with the arrow pointing to the input field) |
|
The input row is now again visually focusable (fixed in 94b57f6) |




Description
Solves
Simplifies the design and functionality of the supersearch component
Summary of changes
Place button for showing all results above virtual keyboard on mobileSkipping this for now as missing browser support made it untenable (especially on iOS Safari where the form assistanst pushes the content up)I still think that the suggestions on the qualifier row should be initially hidden (until the user writes something that matches one of them) but that is best saved for later...