src/tabviews/zshare/mutilform/index.jsx
@@ -81,7 +81,7 @@ } let _fieldlen = item.fieldlength || 50 if (item.type === 'textarea' || item.type === 'fileupload') { if (item.type === 'textarea' || item.type === 'fileupload' || item.type === 'multiselect') { _fieldlen = item.fieldlength || 512 } else if (item.type === 'number') { _fieldlen = item.decimal ? item.decimal : 0