Overlapping checking multiple checkboxes on mobile
Open
@mnajdova is already working on this.
Since Sep 2, 2022.
scope: checkbox
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Current behavior 😯
On mobile
if you select two checkboxes in a row, then when you click on the second one, it will affect the first
Expected behavior 🤔
if you select two checkboxes in a row, then when you click on the second one, it should affect the second
Steps to reproduce 🕹
Steps:
- Open Link on mobile
- Try to click two checkboxes in the row
Context 🔦
I have faced issues when I use table with checkboxes on mobile
Your environment 🌎
npx @mui/envinfo
System:
OS: macOS 12.4
Binaries:
Node: 16.13.0 - ~/.nvm/versions/node/v16.13.0/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 8.1.0 - ~/.nvm/versions/node/v16.13.0/bin/npm
Browsers:
Chrome: 104.0.5112.101
Edge: Not Found
Firefox: Not Found
Safari: 15.5
npmPackages:
@emotion/react: ^11.10.0 => 11.10.0
@emotion/styled: ^11.6.0 => 11.10.0
@mui/base: 5.0.0-alpha.92
@mui/icons-material: ^5.4.2 => 5.8.4
@mui/material: ^5.4.2 => 5.10.0
@mui/private-theming: 5.9.3
@mui/styled-engine: 5.10.0
@mui/system: 5.10.0
@mui/types: 7.1.5
@mui/utils: 5.9.3
@types/react: ^18.0.17 => 18.0.17
react: ^18.2.0 => 18.2.0
react-dom: ^18.2.0 => 18.2.0
typescript: ^4.7.4 => 4.7.4
I have faced it in mobile safari and chrome
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.