mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Fixes #8001: add IDs for example inputs
This commit is contained in:
parent
badececcdf
commit
5fcdf1229d
@ -1130,8 +1130,8 @@ For example, <code><section></code> should be wrapped as inline.
|
||||
<form class="bs-example">
|
||||
<fieldset>
|
||||
<legend>Legend</legend>
|
||||
<label>Label name</label>
|
||||
<input type="text" placeholder="Type something…">
|
||||
<label for="exampleInput">Label name</label>
|
||||
<input type="text" id="exampleInput" placeholder="Type something…">
|
||||
<p class="help-block">Example block-level help text here.</p>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
@ -1145,8 +1145,8 @@ For example, <code><section></code> should be wrapped as inline.
|
||||
<form>
|
||||
<fieldset>
|
||||
<legend>Legend</legend>
|
||||
<label>Label name</label>
|
||||
<input type="text" placeholder="Type something…">
|
||||
<label for="exampleInput">Label name</label>
|
||||
<input type="text" id="exampleInput" placeholder="Type something…">
|
||||
<p class="help-block">Example block-level help text here.</p>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user