Type Alias: TextFieldProps
TextFieldProps:
MuiTextFieldProps
&object
Props for the TextField component.
Type declaration
Name | Type | Description |
---|---|---|
containerProps | BoxProps | Props for the container Box |
labelProps | TypographyProps | Props for the label Typography |
options | TextAreaProps | Options for the TextArea |
passwordStrengthConfig | PasswordStrengthConfig | Configuration for password strength display |
Defined in
packages/react-material-ui/src/components/TextField/TextField.tsx:73 (opens in a new tab)