Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update forms.md
  • Loading branch information
XhmikosR authored Mar 13, 2018
commit fee0ddf70c34e328a0c03209740dd9e798baed99
3 changes: 1 addition & 2 deletions docs/4.0/components/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Set heights using classes like `.form-control-lg` and `.form-control-sm`.

## Range Inputs

Set horizontally scrollable range inputs using `.form-control-range`
Set horizontally scrollable range inputs using `.form-control-range`.

{% example html %}
<form>
Expand All @@ -118,7 +118,6 @@ Set horizontally scrollable range inputs using `.form-control-range`
</form>
{% endexample %}


### Readonly

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.
Expand Down