From e0f1f05b7567a7bfd29fd5ad54e4b2222ddfcb94 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 三月 2020 20:19:06 +0800 Subject: [PATCH] 2020-03-26 --- src/templates/zshare/formconfig.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index 3aff390..32e7328 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -838,7 +838,7 @@ }) } - if (card.type === 'textarea' || card.type === 'fileupload') { + if (card.type === 'textarea' || card.type === 'fileupload' || card.type === 'multiselect') { _fieldlength = 512 } -- Gitblit v1.8.0