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
Is your feature request related to a problem? Please describe.
When filling in a basic HTML form, some users prefer to use only the keyboard, tabbing through the fields and entering values.
Normal checkboxes can be toggled by hitting space when they're in focus.
Describe the solution you'd like
Add a key event to toggle elements and if toggle is focused and space bar is pressed, toggle state of toggle element.
Is your feature request related to a problem? Please describe.
When filling in a basic HTML form, some users prefer to use only the keyboard, tabbing through the fields and entering values.
Normal checkboxes can be toggled by hitting space when they're in focus.
Describe the solution you'd like
Describe alternatives you've considered
😞
Additional context
Original from :
☑️ Task list
The text was updated successfully, but these errors were encountered: