Files
developtools_ace-ets2bundle/compiler/components/textinput.json
T
caocan 15fd924ea9 TextInput support CopyOption
Signed-off-by: caocan <caocan6@huawei.com>
Change-Id: Idd45d0cdb82af0fd624d1527e4937455a97ecd60
2022-05-31 16:09:03 +08:00

10 lines
348 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"
]
}