From 86d3c7c5b016738e8b4922963ec3d005020bad9e Mon Sep 17 00:00:00 2001 From: lancer <591320480@qq.com> Date: Fri, 5 Aug 2022 15:37:17 +0800 Subject: [PATCH] Description: add placeholder-color for lite device IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I5AD4A Feature or Bugfix: Feature Binary Source:No Signed-off-by: lancer --- deps/weex-styler/lib/validator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/weex-styler/lib/validator.js b/deps/weex-styler/lib/validator.js index cbef44e..dbb085e 100644 --- a/deps/weex-styler/lib/validator.js +++ b/deps/weex-styler/lib/validator.js @@ -2826,6 +2826,7 @@ var LITE_PROP_NAME_GROUPS = { opacity: NUMBER_VALIDATOR, backgroundColor: COLOR_VAR_VALIDATOR, backgroundImage: URL_VALIDATOR, + placeholderColor: COLOR_VAR_VALIDATOR, display: genEnumValidator(['flex', 'none']), }, text: { -- Gitee