-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
frontendlowpriorityThis might not be worked onThis might not be worked onmaintenanceIssue that makes it difficult to maintain the software or to upgrade installations post-release.Issue that makes it difficult to maintain the software or to upgrade installations post-release.
Description
To upgrade MUI from v6 to v7, we need to follow https://mui.com/material-ui/migration/migrating-from-deprecated-apis/#props-props-2
We have the following TextField
props to migrate:
InputProps
inputProps
InputLabelProps
One blocking factor is that slotProps
doesn't support data-testid
. (See, e.g., mui/material-ui#33175.)
Metadata
Metadata
Assignees
Labels
frontendlowpriorityThis might not be worked onThis might not be worked onmaintenanceIssue that makes it difficult to maintain the software or to upgrade installations post-release.Issue that makes it difficult to maintain the software or to upgrade installations post-release.