Signed-off-by: zhongjianfei <zhongjianfei@huawei.com>
Change-Id: Iddbdf660b27b9b40a5537dc41d331f04e3a80a7d
This commit is contained in:
zhongjianfei
2021-09-17 20:50:04 +08:00
parent 78384ee651
commit 0e116a8bc2
+3 -3
View File
@@ -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: {