UI.TextField¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
The value is ignored. | |||
<output> |
The value produced when changed. | [Any] |
||
Variable |
The variable that holds the input value. | None |
String &String |
|
Multiline |
Support multiple lines. | false |
Bool |
|
Password |
Support multiple lines. | false |
Bool |
A widget where text can be entered.
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|