Commit 7af4af20 authored by Patrick H. Lauke's avatar Patrick H. Lauke Committed by XhmikosR
Browse files

Add accessible name to fieldset

parent 00ff5b83
Showing with 1 addition and 1 deletion
+1 -1
...@@ -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">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment