mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-21 12:05:24 -04:00
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com> Change-Id: Iddbdf660b27b9b40a5537dc41d331f04e3a80a7d
This commit is contained in:
@@ -319,14 +319,14 @@ export const COMPONENT_MAP: any = {
|
||||
TextArea: {
|
||||
atomic: true,
|
||||
attrs: [
|
||||
'placeholderColor', 'placeholderFont', 'textAlign', 'caretColor', 'correction', 'onChange'
|
||||
'placeholderColor', 'placeholderFont', 'textAlign', 'caretColor', 'onChange'
|
||||
]
|
||||
},
|
||||
TextInput: {
|
||||
atomic: true,
|
||||
attrs: [
|
||||
'textInputType', 'placeholderColor', 'placeholderFont', 'textInputAction', 'inputFilter', 'caretColor',
|
||||
'correction', 'onEditChanged', 'onSubmit', 'onChange'
|
||||
'type', 'placeholderColor', 'placeholderFont', 'enterKeyType', 'caretColor', 'onEditChanged',
|
||||
'onSubmit', 'onChange'
|
||||
]
|
||||
},
|
||||
Marquee: {
|
||||
|
||||
Reference in New Issue
Block a user