Checkboxes/radios cannot be selected with keyboard #927

Open
opened 2020-08-17 15:25:16 +00:00 by hj · 0 comments
Owner

This is practically because of <input> having display: none; which makes it act as if it's non-clickable and removes it from tab-cycle. Solution would be to use pointer-events: none; opacity: 0 instead and also add some :focus-within styles to highlight it when focused.

This is practically because of `<input>` having `display: none;` which makes it act as if it's non-clickable and removes it from `tab`-cycle. Solution would be to use `pointer-events: none; opacity: 0` instead and also add some `:focus-within` styles to highlight it when focused.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma/pleroma-fe#927
No description provided.