Diego Andai
Diego Andai
Fixes: https://github.com/mui/material-ui/issues/43081 To see the error: - Go to the before/after demo - Inspect the `.MuiBadge-badge` element - Change the value back and forth between 8 and 0 - Observe...
Demos that include Font Awesome are already skipped in: https://github.com/mui/material-ui/blob/master/test/regressions/index.js#L146 As they rely on cascading network requests, and thus are flaky. We added them to the Pigment fixtures in https://github.com/mui/material-ui/pull/43280,...
Revert some of the `TextField` changes in https://github.com/mui/material-ui/pull/34849. Fixes https://github.com/mui/material-ui/issues/36448 Explanation of the fix: https://github.com/mui/material-ui/issues/36448#issuecomment-2233784539 Repro instructions: 1. Open sandbox 2. Fill both `TextField`s and submit 3. Save password in...
While reviewing https://github.com/mui/material-ui/issues/44042 I noticed we didn't have tests for these components. This PR adds them.