mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
Add accessible name to fieldset
This commit is contained in:
committed by
XhmikosR
parent
00ff5b83f9
commit
7af4af209c
@@ -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">
|
||||
|
Reference in New Issue
Block a user