From e4625fa276b24d43a9d215248e1c7d1af88e5fed Mon Sep 17 00:00:00 2001 From: bixuefeng Date: Tue, 9 Aug 2022 15:33:04 +0800 Subject: [PATCH] Feature: defaultFocus/groupDefaultFocus/focusOnTouch Signed-off-by: bixuefeng Change-Id: Icb6213a675372f41743ea1114560823015f5cb8c --- compiler/components/common_attrs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/components/common_attrs.json b/compiler/components/common_attrs.json index 96e1bc1..3420c76 100644 --- a/compiler/components/common_attrs.json +++ b/compiler/components/common_attrs.json @@ -19,7 +19,8 @@ "accessibilityImportance", "onAccessibility", "grayscale", "brightness", "contrast", "saturate", "geometryTransition", "bindPopup", "colorBlend", "invert", "sepia", "hueRotate", "bindMenu", "bindContextMenu", - "onFocus", "onBlur", "onFocusMove", "focusable", "tabIndex", "responseRegion", "alignRules", "onVisibleAreaChange", + "onFocus", "onBlur", "onFocusMove", "focusable", "tabIndex", "defaultFocus", "groupDefaultFocus", "focusOnTouch", + "responseRegion", "alignRules", "onVisibleAreaChange", "borderImage", "hitTestBehavior" ] }