Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Lacreuse <florianlacreuse@users.noreply.github.com>2020-12-14 15:33:20 +0300
committerGitHub <noreply@github.com>2020-12-14 15:33:20 +0300
commitfe3658672c9549dc8c68c1e8db384c4e444cee88 (patch)
tree31984525a7bb31172c87ff024ef8166fb755fd40 /site/content/docs/5.0/examples
parentebce95dc60572ba1f7d65e9a8b5b2a4c0c8c4336 (diff)
Add missing `has-validation` in checkout examples (#32464)
Diffstat (limited to 'site/content/docs/5.0/examples')
-rw-r--r--site/content/docs/5.0/examples/checkout-rtl/index.html2
-rw-r--r--site/content/docs/5.0/examples/checkout/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.0/examples/checkout-rtl/index.html b/site/content/docs/5.0/examples/checkout-rtl/index.html
index c4a60443dd..5839cb1126 100644
--- a/site/content/docs/5.0/examples/checkout-rtl/index.html
+++ b/site/content/docs/5.0/examples/checkout-rtl/index.html
@@ -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">
diff --git a/site/content/docs/5.0/examples/checkout/index.html b/site/content/docs/5.0/examples/checkout/index.html
index a8bf348b27..fc9cfb6f8f 100644
--- a/site/content/docs/5.0/examples/checkout/index.html
+++ b/site/content/docs/5.0/examples/checkout/index.html
@@ -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">