Textinputprops
Overview
textInputProps applies to textInput.
Field Table
Key |
Type |
Default |
Binding |
UI Effect / Limits |
|---|---|---|---|---|
|
string |
|
|
current input text |
|
string |
|
|
placeholder text |
|
bool |
|
|
whether to enable password display mode |
|
bool |
|
|
whether to allow multi-line input |
|
integer |
|
|
maximum input length; |
Example
"textInputProps": {
"text": "Hello",
"placeholder": "Type here",
"password": false,
"multiline": false,
"maxLength": 32
}