Add missing `has-validation` in checkout examples (#32464)

This commit is contained in:
Florian Lacreuse 2020-12-14 13:33:20 +01:00 committed by GitHub
parent ebce95dc60
commit fe3658672c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ body_class: "bg-light"
<div class="col-12">
<label for="username" class="form-label">اسم المستخدم</label>
<div class="input-group">
<div class="input-group has-validation">
<span class="input-group-text">@</span>
<input type="text" class="form-control" id="username" placeholder="اسم المستخدم" required>
<div class="invalid-feedback">

View File

@ -86,7 +86,7 @@ body_class: "bg-light"
<div class="col-12">
<label for="username" class="form-label">Username</label>
<div class="input-group">
<div class="input-group has-validation">
<span class="input-group-text">@</span>
<input type="text" class="form-control" id="username" placeholder="Username" required>
<div class="invalid-feedback">