We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
slotProp
TextField
1 parent 95fd6b5 commit be68b09Copy full SHA for be68b09
docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md
@@ -1539,13 +1539,13 @@ All of the TextField's slot props (`*Props`) props were deprecated in favor of e
1539
- inputProps={CustomHtmlInputProps}
1540
- SelectProps={CustomSelectProps}
1541
- InputLabelProps={CustomInputLabelProps}
1542
-- FormHelperTextProps={CustomFormHelperProps}
+- FormHelperTextProps={CustomFormHelperTextProps}
1543
+ slotProps={{
1544
+ input: CustomInputProps
1545
+ htmlInput: CustomHtmlInputProps
1546
+ select: CustomSelectProps
1547
+ inputLabel: CustomInputLabelProps
1548
-+ formHelper: CustomFormHelperProps
++ formHelperText: CustomFormHelperTextProps
1549
+ }}
1550
/>
1551
```
0 commit comments