mui / mui/material-ui

Overlapping checking multiple checkboxes on mobile

Open
#34,173 4 comments 0 reactions 1 assignee View on GitHub

@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:

  1. Open Link on mobile
  2. Try to click two checkboxes in the row

https://user-images.githubusercontent.com/17977396/188072283-db5e9c19-41d2-41ac-ad4b-5ac38306259c.mp4

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.