src/templates/sharecomponent/fieldscomponent/editcard/index.jsx
@@ -22,7 +22,9 @@ _type = 'text' } } else if (props.type === 'form') { if (_type !== 'number') { if (_type === 'datetime' || _type === 'date') { _type = 'date' } else if (_type !== 'number') { _type = 'text' } }