I am using a multiselect with a predefined set of options. For some reason, the first one always gets selected by default.
Here's a fiddle: http://jsfiddle.net/o020bybb/1/
Any thoughts?
The select itself also needs to be a multi-select:
<select class="js-data-example-ajax" multiple="multiple">
...
</select>
@Eckankar that does the trick! Thanks!
Most helpful comment
The select itself also needs to be a multi-select: