mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove random trailing less-than symbol
This commit is contained in:
parent
2872ae5de1
commit
ed9a011a88
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ While Bootstrap will apply these styles in all browsers, Internet Explorer 11 an
|
||||||
|
|
||||||
## Readonly inputs
|
## Readonly inputs
|
||||||
|
|
||||||
Add the `readonly` boolean attribute on an input to prevent modification of the input's value. Read-only inputs appear lighter (just like disabled inputs), but retain the standard cursor.<
|
Add the `readonly` boolean attribute on an input to prevent modification of the input's value. Read-only inputs appear lighter (just like disabled inputs), but retain the standard cursor.
|
||||||
|
|
||||||
{% example html %}
|
{% example html %}
|
||||||
<input class="form-control" type="text" placeholder="Readonly input here…" readonly>
|
<input class="form-control" type="text" placeholder="Readonly input here…" readonly>
|
||||||
|
|
Loading…
Reference in a new issue