Files
developtools_ace-ets2bundle/compiler/components/textinput.json
T
kukixi c84b10d342 props define match with api
Signed-off-by: kukixi <kouxinxin@huawei.com>
2022-03-26 09:52:44 +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"
]
}