Commit bd157ac1 authored by 李维's avatar 李维

修改输入框最大字符长度为2000字

parent 30e487a1
...@@ -948,7 +948,7 @@ ...@@ -948,7 +948,7 @@
"_enabled": true, "_enabled": true,
"_string": "", "_string": "",
"returnType": 1, "returnType": 1,
"maxLength": 100, "maxLength": 2000,
"_tabIndex": 0, "_tabIndex": 0,
"editingDidBegan": [], "editingDidBegan": [],
"textChanged": [], "textChanged": [],
......
...@@ -9334,7 +9334,7 @@ ...@@ -9334,7 +9334,7 @@
"_enabled": true, "_enabled": true,
"_string": "", "_string": "",
"returnType": 1, "returnType": 1,
"maxLength": 100, "maxLength": 2000,
"_tabIndex": 0, "_tabIndex": 0,
"editingDidBegan": [], "editingDidBegan": [],
"textChanged": [], "textChanged": [],
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment