text_input
Last updated
Last updated
This type represents a text input control.
Constructs the text input.
Arguments
Name
Type
Description
id
ID.
Returns
Type
Description
text_input
Text input instance.
Example
Type: string
Placeholder text.
Type: string
Value.
Sets the new text.
Arguments
Name
Type
Description
str
string
New value.
Returns
Nothing.
Example