Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collapse checkbox cannot close on mobile browser (os: ios 15.5) #168

Closed
oentoro opened this issue Jul 15, 2022 · 2 comments
Closed

Collapse checkbox cannot close on mobile browser (os: ios 15.5) #168

oentoro opened this issue Jul 15, 2022 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@oentoro
Copy link

oentoro commented Jul 15, 2022

Hi,i have an issue when using collapse (with checkbox) on mobile browser (chrome, safari)
Try this on mobile browser

@benjitrosch
Copy link
Collaborator

Hi @oentoro,

Thanks for finding this. I'm able to reproduce on my mobile as well... very strange! I'll look for a fix this weekend and open a PR.

@benjitrosch benjitrosch added the help wanted Extra attention is needed label Jul 26, 2022
@arvigeus
Copy link

As per this PR, the problem is tabIndex on div element. When checkbox is true, tabIndex should be placed on the <input type="checkbox"> element,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants