2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +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
@@ -297,6 +297,10 @@ Validation styles are available for the following form controls and components:
</label>
<div class="invalid-feedback">Example invalid form file feedback</div>
</div>
<div class="mb-3">
<button class="btn btn-primary" type="submit" disabled>Submit form</button>
</div>
</form>
{{< /example >}}