diff --git a/compiler/components/textarea.json b/compiler/components/textarea.json index a2e98a0eb4380f915f40134594817c6dccd30b7d..639396fea7d6361aa6647c0ca8a174195eb78118 100644 --- a/compiler/components/textarea.json +++ b/compiler/components/textarea.json @@ -4,6 +4,8 @@ "attrs": [ "placeholderColor", "placeholderFont", "textAlign", "caretColor", "onChange", "onCopy", "OnCut", "OnPaste", "fontSize", "fontColor", "fontStyle", "fontWeight", "fontFamily", - "inputFilter", "copyOption" + "inputFilter", "copyOption", "enterKeyType", "onSubmit", "onTextSelectionChange", "onContentScroll", + "onEditChange", "enableKeyboardOnFocus", "maxLength", "showCounter", "style", "barState", "selectionMenuHidden", + "maxLines", "customKeyboard", "type" ] } \ No newline at end of file diff --git a/compiler/components/textinput.json b/compiler/components/textinput.json index a74722b53493366b0bb83983dc3387530f648d19..de6ccb473d7a7bcd50d8adea487c4d766b86ae27 100644 --- a/compiler/components/textinput.json +++ b/compiler/components/textinput.json @@ -5,6 +5,10 @@ "type", "placeholderColor", "placeholderFont", "enterKeyType", "caretColor", "maxLength", "onEditChanged", "onSubmit", "onChange", "onCopy", "OnCut", "OnPaste", "fontSize", "fontColor", "fontStyle", "fontWeight", "fontFamily", "inputFilter", "onEditChange", - "copyOption", "style" + "copyOption", "style", "onTextSelectionChange", "onContentScroll", "showPasswordIcon", + "textAlign", "caretStyle", "selectedBackgroundColor", "caretPosition", "enableKeyboardOnFocus", + "passwordIcon", "showError", "showUnit", "showUnderline", "selectionMenuHidden", "barState", + "maxLines", "customKeyboard", "showCounter", "cancelButton", "selectAll", "enableAutoFill", + "passwordRules" ] } \ No newline at end of file