king
2023-03-02 d712ae0a0d338bdc96c463c9ffe42f8c844f3c37
src/templates/sharecomponent/fieldscomponent/index.jsx
@@ -196,6 +196,7 @@
        if (item.type === 'text' && item.length >= 256) {
          newcard.type = 'textarea'
          newcard.required = 'false'
          newcard.fieldlength = item.length
          if (firstItem) {
            if (firstItem.type === newcard.type) {