aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-05-08 22:53:32 -0700
committerMark Otto <[email protected]>2016-05-08 22:53:32 -0700
commita6d48b7ee383813ffa1743aa609a29db9d2cef9f (patch)
tree6c8dd3860a4e34f66dc6ad11ff6d7c40c72cb2c2 /docs/components/forms.md
parenta803ab7f58c1db72901721aa4397c2f07a7f53ca (diff)
downloadbootstrap-a6d48b7ee383813ffa1743aa609a29db9d2cef9f.tar.xz
bootstrap-a6d48b7ee383813ffa1743aa609a29db9d2cef9f.zip
add options to the examples so they render properly
Diffstat (limited to 'docs/components/forms.md')
-rw-r--r--docs/components/forms.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md
index f78bc40fe..00d26b266 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -609,9 +609,15 @@ Set heights using classes like `.form-control-lg`, and set widths using grid col
{% endexample %}
{% example html %}
-<select class="form-control form-control-lg"></select>
-<select class="form-control"></select>
-<select class="form-control form-control-sm"></select>
+<select class="form-control form-control-lg">
+ <option>Large select</option>
+</select>
+<select class="form-control">
+ <option>Default select</option>
+</select>
+<select class="form-control form-control-sm">
+ <option>Small select</option>
+</select>
{% endexample %}
## Column sizing