textInputProps
概览
textInputProps 适用于 textInput。
相关文档
字段表
Key |
类型 |
默认值 |
Binding |
UI 影响 / 限制 |
|---|---|---|---|---|
|
string |
|
|
当前输入文本 |
|
string |
|
|
占位文本 |
|
bool |
|
|
是否启用密码显示模式 |
|
bool |
|
|
是否允许多行输入 |
|
integer |
|
|
最大输入长度; |
示例
"textInputProps": {
"text": "Hello",
"placeholder": "Type here",
"password": false,
"multiline": false,
"maxLength": 32
}