Files
developtools_ace-ets2bundle/compiler/components/textinput.json
T
kukixi a65b558473 fix json format error
Signed-off-by: kukixi <kouxinxin@huawei.com>
2022-03-25 17:50:23 +08:00

9 lines
330 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"
]
}