I am using http://harvesthq.github.io/chosen/ in multiple mode and it dosen't seem to update after submitting. All I get is a blank input box and in the dropdown, the entry I just submitted is still there. I know the entry is getting submitted because of the json return. If I refresh the page, the entry is no longer in the dropdown and the default I use is there. Where have I gone wrong with my coding.
Many thanks
$("#box_rtv").val('Choose a box...').trigger("chosen:updated");
<select data-placeholder="Choose a box..." class="chosen-select required" multiple="multiple" style="width:250px;" name="box_rtv[]" id="box_rtv">