if (target.dataset.fieldType === 'textarea') {
          el = document.createElement("TEXTAREA");
          el.className = "textarea editor is-radiusless";
          el.style = 'width:80%;';
          el.innerHTML = target.dataset.fieldValue;