From 7447214512d6ee1a313ce09a713a3d6e93da89e9 Mon Sep 17 00:00:00 2001 From: Nick Seguin Date: Sun, 25 Feb 2024 00:27:40 -0600 Subject: [PATCH] move elementreference for autofocus --- src/NSeguin.Dev.Web.Client/Shared/ContactForm.razor | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/NSeguin.Dev.Web.Client/Shared/ContactForm.razor b/src/NSeguin.Dev.Web.Client/Shared/ContactForm.razor index dd229a8..c7695b8 100644 --- a/src/NSeguin.Dev.Web.Client/Shared/ContactForm.razor +++ b/src/NSeguin.Dev.Web.Client/Shared/ContactForm.razor @@ -8,7 +8,7 @@ @using NSeguin.Dev.Web.Services @inject IContactService ContactService -
+
@@ -40,14 +40,13 @@
-
+
@if (Model.IsSending) { } -
} else