From fe06c6b91bdc44508a654c6993f867c03c513d91 Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Mon, 15 Apr 2024 16:49:02 -0400 Subject: [PATCH] fix: do not submit `` on `formmethod="dialog"` submission (closes #2523) --- router/src/components/form.rs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/router/src/components/form.rs b/router/src/components/form.rs index f34e629f4..2601b9359 100644 --- a/router/src/components/form.rs +++ b/router/src/components/form.rs @@ -488,6 +488,17 @@ where return; } + //