mirror of https://github.com/twbs/bootstrap.git
docs: Add missing `.has-validation` class for input group example (#32162)
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
2d4f1b272c
commit
39b9879aa2
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue