From 2569f9df9cb43b48945171c8278a767dc15bd1dc Mon Sep 17 00:00:00 2001 From: jiangdayuan Date: Mon, 6 Sep 2021 11:05:22 +0800 Subject: [PATCH] jiangdayuan@huawei.com Signed-off-by: jiangdayuan Change-Id: I1add06fd590c661fe7c5e4b1c3e41f2d384b0753 --- compiler/src/component_map.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/compiler/src/component_map.ts b/compiler/src/component_map.ts index 9b1272f..9b35f28 100644 --- a/compiler/src/component_map.ts +++ b/compiler/src/component_map.ts @@ -61,6 +61,11 @@ export const COMPONENT_MAP: any = { 'decoration', 'letterSpacing', 'textCase', 'baselineOffset', 'minFontSize', 'maxFontSize' ] }, + TextPicker: { + atomic: true, + attrs: [ + 'defaultPickerItemHeight', 'onAccept', 'onCancel', 'onChange'] + }, Span: { atomic: true, attrs: [