TextInput support CopyOption

Signed-off-by: caocan <caocan6@huawei.com>
Change-Id: Idd45d0cdb82af0fd624d1527e4937455a97ecd60
This commit is contained in:
caocan
2022-05-31 16:09:03 +08:00
parent ea01a3c3a1
commit 15fd924ea9
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
"atomic": true,
"attrs": [
"searchButton", "placeholderColor", "placeholderFont", "textFont", "onSubmit", "onChange",
"onCopy", "OnCut", "OnPaste"
"onCopy", "OnCut", "OnPaste", "copyOption"
]
}
+1 -1
View File
@@ -4,6 +4,6 @@
"attrs": [
"placeholderColor", "placeholderFont", "textAlign", "caretColor", "onChange",
"onCopy", "OnCut", "OnPaste", "fontSize", "fontColor", "fontStyle", "fontWeight", "fontFamily",
"inputFilter"
"inputFilter", "copyOption"
]
}
+2 -1
View File
@@ -4,6 +4,7 @@
"attrs": [
"type", "placeholderColor", "placeholderFont", "enterKeyType", "caretColor", "maxLength",
"onEditChanged", "onSubmit", "onChange", "onCopy", "OnCut", "OnPaste", "fontSize",
"fontColor", "fontStyle", "fontWeight", "fontFamily", "inputFilter", "onEditChange"
"fontColor", "fontStyle", "fontWeight", "fontFamily", "inputFilter", "onEditChange",
"copyOption"
]
}