Private
this method is meant to be for internal use only, don't use it, as it may break or change at a moments notice
Optional
Disable this component.
Enable this component.
Set the custom id of this text input.
A developer-defined identifier for the input, max 100 characters.
Set the label of this text input.
The label to display on this text input.
Set the minimum/maximum length of this text input.
The minimum length.
The maximum length.
Make this text input optional.
Set the placeholder of this text input.
Custom placeholder text if nothing is selected, max 100 characters.
Make this text input required.
If this text input should be required or not - default true, setOptional also exists.
Set the style of this text input.
The style of this text input.
Set the initial value of this text input.
A pre-filled value for this component, max 4000 characters.
Generated using TypeDoc
this method is meant to be for internal use only, don't use it, as it may break or change at a moments notice