We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee9cb0 commit c81ce9fCopy full SHA for c81ce9f
docs/4.0/components/forms.md
@@ -264,11 +264,11 @@ The `.form-group` class is the easiest way to add some structure to forms. Its o
264
{% example html %}
265
<form>
266
<div class="form-group">
267
- <label class="col-form-label" for="formGroupExampleInput">Example label</label>
+ <label for="formGroupExampleInput">Example label</label>
268
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="Example input">
269
</div>
270
271
- <label class="col-form-label" for="formGroupExampleInput2">Another label</label>
+ <label for="formGroupExampleInput2">Another label</label>
272
<input type="text" class="form-control" id="formGroupExampleInput2" placeholder="Another input">
273
274
</form>
0 commit comments