From 2dcba3723db3124c4e33e5a6c61dfc81c1ca0d1d Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Wed, 23 Oct 2024 12:25:54 -0400 Subject: [PATCH] Fix styling --- docs/docs/experimental/form-validation.md | 24 ++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/docs/docs/experimental/form-validation.md b/docs/docs/experimental/form-validation.md index 77814ee45..0b060da41 100644 --- a/docs/docs/experimental/form-validation.md +++ b/docs/docs/experimental/form-validation.md @@ -99,8 +99,14 @@ Web Awesome form controls will work seamlessly with native form controls. Do not ```html {.example} Validating form with both native controls and web awesome form controls. +
+
- +

@@ -122,7 +128,12 @@ And here's another example with the native control first showing its "popup" for ```html {.example} Validate form with native controls. - +
+

@@ -145,10 +156,17 @@ still be run in the background and attached the `:state(user-invalid)` to the fo With `novalidate` on the form: +

- +
+ +

Submit