src/templates/zshare/editcomponent/index.jsx
@@ -150,7 +150,7 @@ // form: text number select multiselect link switch checkbox radio checkcard // fileupload date datemonth datetime textarea hint color funcvar if (res.copyType === 'form') { if (['number', 'switch', 'textarea', 'checkcard', 'fileupload', 'hint', 'color', 'funcvar'].includes(res.type)) { if (['number', 'switch', 'textarea', 'fileupload', 'hint', 'color', 'funcvar'].includes(res.type)) { res.type = 'text' } else if (res.type === 'radio') { res.type = 'select'