From 0e116a8bc26e26263adeff91532406c1d59ea8df Mon Sep 17 00:00:00 2001 From: zhongjianfei Date: Fri, 17 Sep 2021 20:50:04 +0800 Subject: [PATCH] zhongjianfei@huawei.com Signed-off-by: zhongjianfei Change-Id: Iddbdf660b27b9b40a5537dc41d331f04e3a80a7d --- compiler/src/component_map.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/src/component_map.ts b/compiler/src/component_map.ts index 0306c115e..bef3beff0 100644 --- a/compiler/src/component_map.ts +++ b/compiler/src/component_map.ts @@ -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: { -- Gitee