mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Add accessible name to fieldset
This commit is contained in:
parent
00ff5b83f9
commit
7af4af209c
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ By default, browsers will treat all native form controls (`<input>`, `<select>`,
|
|||
|
||||
{{< example >}}
|
||||
<form>
|
||||
<fieldset disabled>
|
||||
<fieldset disabled aria-label="Disabled fieldset example">
|
||||
<div class="mb-3">
|
||||
<label for="disabledTextInput">Disabled input</label>
|
||||
<input type="text" id="disabledTextInput" class="form-control" placeholder="Disabled input">
|
||||
|
|
|
|||
Loading…
Reference in a new issue