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;