king
2023-02-09 4453a9e63e8e176c70c432b03fd4ba3ebf00a04c
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'
        }
      }