diff options
| author | Kyle Tsang <[email protected]> | 2020-11-18 03:08:26 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-18 13:08:26 +0200 |
| commit | 39b9879aa2c389bcf352f4f3e47ddc8061f53b5a (patch) | |
| tree | 9b78220fd6a01ecb1167a66fcf24033d8a325601 | |
| parent | 2d4f1b272ceff9f1b6b60b74b08d1d6e4f878460 (diff) | |
| download | bootstrap-39b9879aa2c389bcf352f4f3e47ddc8061f53b5a.tar.xz bootstrap-39b9879aa2c389bcf352f4f3e47ddc8061f53b5a.zip | |
docs: Add missing `.has-validation` class for input group example (#32162)
Co-authored-by: Martijn Cuppens <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | site/content/docs/5.0/forms/validation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/forms/validation.md b/site/content/docs/5.0/forms/validation.md index 215638e4f..dfdd72c9f 100644 --- a/site/content/docs/5.0/forms/validation.md +++ b/site/content/docs/5.0/forms/validation.md @@ -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"> |
