Open Issues Need Help
View All on GitHubAI 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.
Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
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.
Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
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.
Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.