mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 16:43:34 -04:00
TextInput support CopyOption
Signed-off-by: caocan <caocan6@huawei.com> Change-Id: Idd45d0cdb82af0fd624d1527e4937455a97ecd60
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
"atomic": true,
|
||||
"attrs": [
|
||||
"searchButton", "placeholderColor", "placeholderFont", "textFont", "onSubmit", "onChange",
|
||||
"onCopy", "OnCut", "OnPaste"
|
||||
"onCopy", "OnCut", "OnPaste", "copyOption"
|
||||
]
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"attrs": [
|
||||
"placeholderColor", "placeholderFont", "textAlign", "caretColor", "onChange",
|
||||
"onCopy", "OnCut", "OnPaste", "fontSize", "fontColor", "fontStyle", "fontWeight", "fontFamily",
|
||||
"inputFilter"
|
||||
"inputFilter", "copyOption"
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user