mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-01 03:10:14 +02:00
fix ID of <select> in fieldset[disabled] example
This commit is contained in:
4
css.html
4
css.html
@@ -1699,7 +1699,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
<input type="text" id="disabledInput" class="form-control" placeholder="Disabled input">
|
<input type="text" id="disabledInput" class="form-control" placeholder="Disabled input">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="disabledInput">Disabled select menu</label>
|
<label for="disabledSelect">Disabled select menu</label>
|
||||||
<select id="disabledSelect" class="form-control">
|
<select id="disabledSelect" class="form-control">
|
||||||
<option>Disabled select</option>
|
<option>Disabled select</option>
|
||||||
</select>
|
</select>
|
||||||
@@ -1720,7 +1720,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
<input type="text" id="disabledInput" class="form-control" placeholder="Disabled input">
|
<input type="text" id="disabledInput" class="form-control" placeholder="Disabled input">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="disabledInput">Disabled select menu</label>
|
<label for="disabledSelect">Disabled select menu</label>
|
||||||
<select id="disabledSelect" class="form-control">
|
<select id="disabledSelect" class="form-control">
|
||||||
<option>Disabled select</option>
|
<option>Disabled select</option>
|
||||||
</select>
|
</select>
|
||||||
|
Reference in New Issue
Block a user