OutlinedTextFieldProps
Properties
This prop helps users to fill forms faster, especially on mobile devices. The name can be confusing, as it's more like an autofill. You can learn more about it following the specification.
Override or extend the styles applied to the component.
The color of the component. It supports both default and custom theme colors, which can be added as shown in the palette customization guide.
The default value. Use when the component is not controlled.
Props applied to the /material-ui/api/form-helper-text/ element.
The helper text content.
If true
, the label is hidden. This is used to increase density for a FilledInput
. Be sure to add aria-label
to the input
element.
Props applied to the /material-ui/api/input-label/ element. Pointer events like onClick
are enabled if and only if shrink
is true
.
Props applied to the Input element. It will be a /material-ui/api/filled-input/, /material-ui/api/outlined-input/ or /material-ui/api/input/ component depending on the variant
prop value.
Attributes applied to the input
element.
If dense
or normal
, will adjust vertical spacing of this and contained components.
Callback fired when the value is changed.
The short hint displayed in the input
before the user enters a value.
Props applied to the /material-ui/api/select/ element.
Type of the input
element. It should be a valid HTML5 input type.