]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: Add missing `.has-validation` class for input group example (#32162)
authorKyle Tsang <6854874+kyletsang@users.noreply.github.com>
Wed, 18 Nov 2020 11:08:26 +0000 (03:08 -0800)
committerGitHub <noreply@github.com>
Wed, 18 Nov 2020 11:08:26 +0000 (13:08 +0200)
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
site/content/docs/5.0/forms/validation.md

index 215638e4f1cbc749d1ca712754f6073ff864f581..dfdd72c9f7c010c37f1715fd56019bd2e6d00140 100644 (file)
@@ -52,7 +52,7 @@ Custom feedback styles apply custom colors, borders, focus styles, and backgroun
   </div>
   <div class="col-md-4">
     <label for="validationCustomUsername" class="form-label">Username</label>
-    <div class="input-group">
+    <div class="input-group has-validation">
       <span class="input-group-text" id="inputGroupPrepend">@</span>
       <input type="text" class="form-control" id="validationCustomUsername" aria-describedby="inputGroupPrepend" required>
       <div class="invalid-feedback">