From 62fdd165e0770c7efd31900a2597695a330e074f Mon Sep 17 00:00:00 2001 From: xiexiyun Date: Wed, 20 Jul 2022 20:51:02 +0800 Subject: [PATCH] add style, caretWidth, caretHeight for textInput Signed-off-by: xiexiyun Change-Id: Id7128d800bcfd5e5da0fec581967190d7bd0c1e9 --- compiler/components/textinput.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/textinput.json b/compiler/components/textinput.json index 4905669..a74722b 100644 --- a/compiler/components/textinput.json +++ b/compiler/components/textinput.json @@ -5,6 +5,6 @@ "type", "placeholderColor", "placeholderFont", "enterKeyType", "caretColor", "maxLength", "onEditChanged", "onSubmit", "onChange", "onCopy", "OnCut", "OnPaste", "fontSize", "fontColor", "fontStyle", "fontWeight", "fontFamily", "inputFilter", "onEditChange", - "copyOption" + "copyOption", "style" ] } \ No newline at end of file