aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index 41bf39b70..3965da1b7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1006,6 +1006,18 @@
</div>
</div><!-- /clearfix -->
<div class="clearfix">
+ <label for="multiSelect">Multiple select</label>
+ <div class="input">
+ <select class="medium" multiple="multiple" name="multiSelect" id="multiSelect">
+ <option>1</option>
+ <option>2</option>
+ <option>3</option>
+ <option>4</option>
+ <option>5</option>
+ </select>
+ </div>
+ </div><!-- /clearfix -->
+ <div class="clearfix">
<label>Uneditable input</label>
<div class="input">
<span class="uneditable-input">Some value here</span>