-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
component: switchThis is the name of the generic UI component, not the React module!This is the name of the generic UI component, not the React module!docsImprovements or additions to the documentationImprovements or additions to the documentationgood first issueGreat for first contributions. Enable to learn the contribution process.Great for first contributions. Enable to learn the contribution process.support: docs-feedbackFeedback from documentation pageFeedback from documentation page
Description
Related page
https://mui.com/material-ui/react-switch/#controlled
Kind of issue
Other
Issue description
In documentation in exmple with controlled switches there is are deprecated props used.
Instead of
<Switch
...
inputProps={{ 'aria-label': 'controlled' }}
/>
Should be
<Switch
...
slotProps={{ input: { 'aria-label': 'controlled' } }}
/>
Maybe there are more such deprecations I didn't check all 😊
Context
No response
Search keywords: docs, switch, controlled, inputProps, slotProps
Metadata
Metadata
Assignees
Labels
component: switchThis is the name of the generic UI component, not the React module!This is the name of the generic UI component, not the React module!docsImprovements or additions to the documentationImprovements or additions to the documentationgood first issueGreat for first contributions. Enable to learn the contribution process.Great for first contributions. Enable to learn the contribution process.support: docs-feedbackFeedback from documentation pageFeedback from documentation page