Type Alias: MuiTextFieldProps
MuiTextFieldProps =
ComponentProps<typeofTextField> &object
Props for the MuiTextField component.
Type declaration
onChange()?
optionalonChange: (value) =>void
Callback function when the text field value changes.
Parameters
value
string
Returns
void
readOnly?
optionalreadOnly:boolean
If true, the form control will be read-only.