From a68f73e75466e4bc30f4bc8fdd0ce394ba04506c Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sun, 22 Mar 2020 20:09:20 +0000 Subject: [PATCH] Remove unnecessary
elements, add a submit button to validation example --- site/content/docs/4.3/forms/form-control.md | 46 +++++++-------- site/content/docs/4.3/forms/layout.md | 62 ++++++++++----------- site/content/docs/4.3/forms/overview.md | 4 +- site/content/docs/4.3/forms/validation.md | 4 ++ 4 files changed, 54 insertions(+), 62 deletions(-) diff --git a/site/content/docs/4.3/forms/form-control.md b/site/content/docs/4.3/forms/form-control.md index 060af37ff4..0a79231a7b 100644 --- a/site/content/docs/4.3/forms/form-control.md +++ b/site/content/docs/4.3/forms/form-control.md @@ -9,16 +9,14 @@ toc: true ## Example {{< example >}} - -
- - -
-
- - -
-
+
+ + +
+
+ + +
{{< /example >}} ## Sizing @@ -44,7 +42,6 @@ Add the `readonly` boolean attribute on an input to prevent modification of the If you want to have `` elements in your form styled as plain text, use the `.form-control-plaintext` class to remove the default form field styling and preserve the correct margin and padding. {{< example >}} -
@@ -57,7 +54,6 @@ If you want to have `` elements in your form styled as plain tex
-
{{< /example >}} {{< example >}} @@ -79,10 +75,8 @@ If you want to have `` elements in your form styled as plain tex ## Color {{< example >}} -
- - -
+ + {{< /example >}} ## Datalists @@ -92,15 +86,13 @@ Datalists allow you to create a group of `