Semantic-Org / Semantic-UI-React

The official Semantic-UI-React integration
https://react.semantic-ui.com
MIT License
13.19k stars 4.04k forks source link

Checkbox is not keyboard-accessible. #4440

Closed foxbunny closed 9 months ago

foxbunny commented 9 months ago

Bug Report

This bug is caused by the use of .hidden class on the input, which sets it to display: none, which makes it invisible to focus order.

Steps

  1. Attempt to focus the checkbox using keyboard

Expected Result

Checkbox should receive focus

Actual Result

Keyboard does not receive focus

Version

2.1.3 (but I see the implementation is the same on master)

welcome[bot] commented 9 months ago

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

foxbunny commented 9 months ago

Please disregard. It was coming from the project code.