Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
7af4af20
Commit
7af4af20
authored
5 years ago
by
Patrick H. Lauke
Committed by
XhmikosR
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add accessible name to fieldset
parent
00ff5b83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/content/docs/4.3/forms/overview.md
+1
-1
site/content/docs/4.3/forms/overview.md
with
1 addition
and
1 deletion
+1
-1
site/content/docs/4.3/forms/overview.md
+
1
-
1
View file @
7af4af20
...
@@ -103,7 +103,7 @@ By default, browsers will treat all native form controls (`<input>`, `<select>`,
...
@@ -103,7 +103,7 @@ By default, browsers will treat all native form controls (`<input>`, `<select>`,
{{
<
example
>
}}
{{
<
example
>
}}
<form>
<form>
<fieldset
disabled
>
<fieldset
disabled
aria-label=
"Disabled fieldset example"
>
<div
class=
"mb-3"
>
<div
class=
"mb-3"
>
<label
for=
"disabledTextInput"
>
Disabled input
</label>
<label
for=
"disabledTextInput"
>
Disabled input
</label>
<input
type=
"text"
id=
"disabledTextInput"
class=
"form-control"
placeholder=
"Disabled input"
>
<input
type=
"text"
id=
"disabledTextInput"
class=
"form-control"
placeholder=
"Disabled input"
>
...
...
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
Menu
Explore
Projects
Groups
Snippets