Commit 25f8ef32 authored by Erik van der Kolk's avatar Erik van der Kolk

Add multiple="multiple" to Forms => Selects as described in explanation

parent c8b8d914
......@@ -1047,7 +1047,7 @@ For example, <code>section</code> should be wrapped as inline.
<option>5</option>
</select>
<br>
<select>
<select multiple="multiple">
<option>1</option>
<option>2</option>
<option>3</option>
......@@ -1064,7 +1064,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
&lt;option&gt;5&lt;/option&gt;
&lt;/select&gt;
&lt;select&gt;
&lt;select multiple="multiple"&gt;
&lt;option&gt;1&lt;/option&gt;
&lt;option&gt;2&lt;/option&gt;
&lt;option&gt;3&lt;/option&gt;
......
......@@ -984,7 +984,7 @@
<option>5</option>
</select>
<br>
<select>
<select multiple="multiple">
<option>1</option>
<option>2</option>
<option>3</option>
......@@ -1001,7 +1001,7 @@
&lt;option&gt;5&lt;/option&gt;
&lt;/select&gt;
&lt;select&gt;
&lt;select multiple="multiple"&gt;
&lt;option&gt;1&lt;/option&gt;
&lt;option&gt;2&lt;/option&gt;
&lt;option&gt;3&lt;/option&gt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment