From bce4a15d87c3adb0e3154eeb4b28a358f86a5e9e Mon Sep 17 00:00:00 2001 From: zhongjianfei Date: Fri, 17 Sep 2021 21:04:57 +0800 Subject: [PATCH] zhongjianfei@huawei.com Signed-off-by: zhongjianfei Change-Id: Iab7df672b247a693570bcc46cbe68025aaeb4a6b --- 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