src/tabviews/verupmanage/actionList/index.jsx
@@ -617,7 +617,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