mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Rename placeholders according to the classes specified
This commit is contained in:
parent
81435adff8
commit
c0b5aba3fc
1 changed files with 2 additions and 2 deletions
|
@ -484,9 +484,9 @@ Add the `readonly` boolean attribute on an input to prevent modification of the
|
||||||
Set heights using classes like `.form-control-lg`, and set widths using grid column classes like `.col-lg-*`.
|
Set heights using classes like `.form-control-lg`, and set widths using grid column classes like `.col-lg-*`.
|
||||||
|
|
||||||
{% example html %}
|
{% example html %}
|
||||||
<input class="form-control form-control-lg" type="text" placeholder=".input-lg">
|
<input class="form-control form-control-lg" type="text" placeholder=".form-control-lg">
|
||||||
<input class="form-control" type="text" placeholder="Default input">
|
<input class="form-control" type="text" placeholder="Default input">
|
||||||
<input class="form-control form-control-sm" type="text" placeholder=".input-sm">
|
<input class="form-control form-control-sm" type="text" placeholder=".form-control-sm">
|
||||||
{% endexample %}
|
{% endexample %}
|
||||||
|
|
||||||
{% example html %}
|
{% example html %}
|
||||||
|
|
Loading…
Reference in a new issue