diff --git a/docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md b/docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md index 94e8102d1b7c1c..ee033608634f79 100644 --- a/docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md +++ b/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 - inputProps={CustomHtmlInputProps} - SelectProps={CustomSelectProps} - InputLabelProps={CustomInputLabelProps} -- FormHelperTextProps={CustomFormHelperProps} +- FormHelperTextProps={CustomFormHelperTextProps} + slotProps={{ + input: CustomInputProps + htmlInput: CustomHtmlInputProps + select: CustomSelectProps + inputLabel: CustomInputLabelProps -+ formHelper: CustomFormHelperProps ++ formHelperText: CustomFormHelperTextProps + }} /> ```