2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Remove unnecessary <form> elements, add a submit button to validation example

This commit is contained in:
Patrick H. Lauke
2020-03-22 20:09:20 +00:00
committed by XhmikosR
parent c96f6391e8
commit a68f73e754
4 changed files with 54 additions and 62 deletions
+2 -2
View File
@@ -74,7 +74,7 @@ Help text below inputs can be styled with `.form-text`. This class includes `dis
Inline text can use any typical inline HTML element (be it a `<small>`, `<span>`, or something else) with nothing more than a utility class.
{{< example >}}
<form class="row g-3 align-items-center">
<div class="row g-3 align-items-center">
<div class="col-auto">
<label for="inputPassword6" class="col-form-label">Password</label>
</div>
@@ -86,7 +86,7 @@ Inline text can use any typical inline HTML element (be it a `<small>`, `<span>`
Must be 8-20 characters long.
</small>
</div>
</form>
</div>
{{< /example >}}
## Disabled forms