Sets the Text Field disabled or enabled.
Sets the helper text element content.
Sets the aria label of the leading icon.
Sets the text content of the leading icon.
Sets the input element's max.
Sets the input element's max.
Sets the input element's maxLength.
Sets the input element's maxLength.
Sets the input element's min.
Sets the input element's min.
Sets the input element's minLength.
Sets the input element's minLength.
Sets the input element's validation pattern.
Sets the input element's validation pattern.
Sets the Text Field to required.
Sets the Text Field to required.
Sets the input element's step.
Sets the input element's step.
Sets the aria label of the trailing icon.
Sets the text content of the trailing icon.
Enables or disables the use of native validation. Use this for custom validation.
Set this to false to ignore native input validation.
Sets the Text Field valid or invalid.
Sets the Text Field valid or invalid.
The value to set on the input.
The value to set on the input.
Fires a cross-browser-compatible custom event from the component root of the given type, with the given data.
Focuses the input element.
Initializes the Text Field's internal state based on the environment's state.
Recomputes the outline SVG path for the outline element.
Wrapper method to add an event listener to the component's root element. This is most useful when listening for custom events.
Wrapper method to remove an event listener to the component's root element. This is most useful when unlistening for custom events.
Generated using TypeDoc
Sets the Text Field disabled or enabled.