Rafael Berger

Results 1 issues of Rafael Berger

The dropdown is duplicating instead of replacing the default dropdown. `@html.listBoxFor(m => m.busrule[i].task, new multiselectList(slh.getRegAns), "value", text, m.busrule[i].busRulans, new {@class= "listbox"})` ``` $('.listbox').multiselect({ includeSelectAllOptions:true; }) ``` Notes: - code is...