You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we tackle this it might be worth reading up on accessibility best practices regarding tab navigation. As far as I remember, the goal should be that the application is usable without using a mouse - which would mean that it should be possible to focus (and open) info buttons as well.
To improve keyboard navigation, WCAG recommends that Tab should focus on the first radio button, with Arrow keys used to navigate between options, and it seems to be working fine in this case. Additionally, WCAG requires a minimum contrast ratio of 4.5:1 between text and background to ensure accessibility.
I also feel that integrating keyboard shortcuts into the form builder could enhance usability further. I’ve recently worked on similar improvements for a project and would be happy to assist if needed!
Improve keyboard navigation experience in forms.
It is very difficult to
tab
through a form, to quickly fill out the fields. It focuses the info buttons, only one of the radio buttons, etc.The text was updated successfully, but these errors were encountered: