!701 输入框支持CopyOption

Merge pull request !701 from caocan/master
This commit is contained in:
openharmony_ci
2022-06-06 05:48:25 +00:00
committed by Gitee
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"
]
}