Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
2f4e785a
Commit
2f4e785a
authored
7 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Adjust language
parent
c8d9c0ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/components/forms.md
+5
-5
docs/4.0/components/forms.md
with
5 additions
and
5 deletions
+5
-5
docs/4.0/components/forms.md
+
5
-
5
View file @
2f4e785a
...
@@ -780,10 +780,10 @@ When attempting to submit, you'll see the `:invalid` and `:valid` styles applied
...
@@ -780,10 +780,10 @@ When attempting to submit, you'll see the `:invalid` and `:valid` styles applied
<div
class=
"form-check"
>
<div
class=
"form-check"
>
<input
class=
"form-check-input"
type=
"checkbox"
value=
""
id=
"invalidCheck"
required
>
<input
class=
"form-check-input"
type=
"checkbox"
value=
""
id=
"invalidCheck"
required
>
<label
class=
"form-check-label"
for=
"invalidCheck"
>
<label
class=
"form-check-label"
for=
"invalidCheck"
>
I a
gree
A
gree
to terms and conditions
</label>
</label>
<div
class=
"invalid-feedback"
>
<div
class=
"invalid-feedback"
>
You must agree
You must agree
before submitting.
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -857,7 +857,7 @@ While these feedback styles cannot be styled with CSS, you can still customize t
...
@@ -857,7 +857,7 @@ While these feedback styles cannot be styled with CSS, you can still customize t
<div
class=
"form-check"
>
<div
class=
"form-check"
>
<input
class=
"form-check-input"
type=
"checkbox"
value=
""
id=
"invalidCheck2"
required
>
<input
class=
"form-check-input"
type=
"checkbox"
value=
""
id=
"invalidCheck2"
required
>
<label
class=
"form-check-label"
for=
"invalidCheck2"
>
<label
class=
"form-check-label"
for=
"invalidCheck2"
>
I a
gree
A
gree
to terms and conditions
</label>
</label>
</div>
</div>
</div>
</div>
...
@@ -926,10 +926,10 @@ We recommend using client side validation, but in case you require server side,
...
@@ -926,10 +926,10 @@ We recommend using client side validation, but in case you require server side,
<div
class=
"form-check"
>
<div
class=
"form-check"
>
<input
class=
"form-check-input is-invalid"
type=
"checkbox"
value=
""
id=
"invalidCheck3"
required
>
<input
class=
"form-check-input is-invalid"
type=
"checkbox"
value=
""
id=
"invalidCheck3"
required
>
<label
class=
"form-check-label"
for=
"invalidCheck3"
>
<label
class=
"form-check-label"
for=
"invalidCheck3"
>
I a
gree
A
gree
to terms and conditions
</label>
</label>
<div
class=
"invalid-feedback"
>
<div
class=
"invalid-feedback"
>
You must agree
You must agree
before submitting.
</div>
</div>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment