Files
developtools_ace-ets2bundle/compiler/components/textinput.json
T
xiexiyun 62fdd165e0 add style, caretWidth, caretHeight for textInput
Signed-off-by: xiexiyun <xiexiyun@huawei.com>
Change-Id: Id7128d800bcfd5e5da0fec581967190d7bd0c1e9
2022-07-22 10:31:43 +08:00

10 lines
357 B
JSON

{
"name": "TextInput",
"atomic": true,
"attrs": [
"type", "placeholderColor", "placeholderFont", "enterKeyType", "caretColor", "maxLength",
"onEditChanged", "onSubmit", "onChange", "onCopy", "OnCut", "OnPaste", "fontSize",
"fontColor", "fontStyle", "fontWeight", "fontFamily", "inputFilter", "onEditChange",
"copyOption", "style"
]
}