Jake Vanderwerf
2026-02-10 bf69b2c2daeb2d5c1f9b1b3dfe99bfb62a739a9a
assets/js/concise/FormController.js
@@ -1282,7 +1282,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);
   }
   /**********************************************************************