Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.

design-system material-design material-ui react react-components
5 Open Issues Need Help Last updated: Oct 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The MUI documentation for the Checkbox component's label example uses the deprecated `inputProps` argument. The user requests an updated example demonstrating how to use the new `slotProps` argument to configure the Checkbox label, as `slotProps` is the recommended modern approach.

Complexity: 1/5
docs good first issue scope: checkbox support: docs-feedback

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.

TypeScript
#design-system#material-design#material-ui#react#react-components
docs good first issue scope: system integration: vite

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.

TypeScript
#design-system#material-design#material-ui#react#react-components
performance good first issue core ready to take scope: all components

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.

TypeScript
#design-system#material-design#material-ui#react#react-components

AI Summary: Investigate why the `MuiInputLabel-sizeMedium` class is missing from Material UI v7's TextField component when using a label, despite its presence in v6. Determine if this is an intentional change or a bug, and if a bug, propose a solution or workaround. Document the findings and update the documentation if necessary.

Complexity: 4/5
docs good first issue component: text field ready to take v7.x

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.

TypeScript
#design-system#material-design#material-ui#react#react-components

AI Summary: Update the Material UI documentation's React Switch example to use the correct `slotProps.input` instead of the deprecated `inputProps` for controlled switches. This involves finding all instances of the deprecated prop in the relevant documentation example and replacing them with the updated equivalent.

Complexity: 2/5
docs good first issue component: switch support: docs-feedback

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.

TypeScript
#design-system#material-design#material-ui#react#react-components