Jake Vanderwerf
2026-02-11 3b5abc4ab44fb899b92ea0e40e0719454c057f52
assets/js/concise/FormController.js
@@ -358,6 +358,7 @@
   }
   handleInput(e){
      if (e.target.closest('[data-ignore]') || this.isRestoring) return;
      let form = this.getForm(e.target);
      if (!form) return;
@@ -1282,7 +1283,7 @@
      if (!form) return;
      // Get all current data for the collection
      const value = this.getFieldValue(field.querySelector('input, select, textarea'));
      const value = this.getFieldValue(field);
      this.updateItem(field.dataset.field, value, form);
   }
   /**********************************************************************