From 021ab4ff1c3f199d700ce696c4207c03ca7d4007 Mon Sep 17 00:00:00 2001 From: xg <490599161@qq.com> Date: Wed, 25 Dec 2019 23:18:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=BC=80=E5=8F=91=E8=80=85?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E4=B8=ADinput=E4=B8=8D=E8=AE=BE=E7=BD=AEmaxl?= =?UTF-8?q?ength=E5=B0=B1=E6=97=A0=E6=B3=95=E8=BE=93=E5=85=A5=E5=80=BC?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/input/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/input/index.js b/src/input/index.js index c9d4c41..f15a707 100644 --- a/src/input/index.js +++ b/src/input/index.js @@ -37,7 +37,8 @@ Component({ value: false }, maxlength: { - type: Number + type: Number, + value: 25 } },