I'm creating a CMSModue->CreateInputDropdown and the html is inverted. Doc sais $items == array('key'=>'value'), but the output is inverted:
Code: Select all
array(2) { [0]=> string(0) "" [3]=> string(6) "test 2" }
Code: Select all
<select class="cms_dropdown" name="mf673fjobs"><option value="" selected="selected">0</option><option value="test 2">3</option></select>
using CMS Made Simple™ 1.10.3 "Hyacinthe"