[docs] - Typo on React Text Field doc #36538
Labels
component: text field
This is the name of the generic UI component, not the React module!
docs
Improvements or additions to the documentation
duplicate
This issue or pull request already exists
status: expected behavior
Does not imply the behavior is intended. Just that we know about it and can't work around it
In the code snippet for NumericFormatCustom, the props
inputProps
start with anI
not ani
https://mui.com/material-ui/react-text-field/#integration-with-3rd-party-input-libraries
You can find the error at this line in this file 👇
material-ui/docs/data/material/components/text-fields/FormattedInputs.tsx
Line 99 in 9f7a2bf
The text was updated successfully, but these errors were encountered: