Commit fdf5f19f authored by 's avatar

Added more multi-select type fixes.

parent 6c7112e5
...@@ -78,9 +78,11 @@ values and click "Save Changes". ...@@ -78,9 +78,11 @@ values and click "Save Changes".
<!--#elif "type=='multiple selection'"--> <!--#elif "type=='multiple selection'"-->
<!--#if select_variable--> <!--#if select_variable-->
<select name="<!--#var id-->:list" multiple <select name="<!--#var id-->:list" multiple
size="<!--#var "_.max(7, len(_[select_variable]))"-->"> size="<!--#var "_.min(7, _.len(_[select_variable]))"-->">
<!--#in "_[select_variable]"--> <!--#in "_[select_variable]"-->
<option><!--#var sequence-item--></option> <option<!--#if
"_['sequence-item'] in getProperty(id)"--> SELECTED<!--#endif
-->><!--#var sequence-item--></option>
<!--#/in--> <!--#/in-->
</select> </select>
<!--#/if--> <!--#/if-->
......
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