Open
Description
TL;DR:
As can be seen in this fiddle: http://jsfiddle.net/73qm0whz/
Issue:
chosen: update does not pick up on changed css-classes. If a class has been added dynamically via JS and you after that do the handy $("#idtag").trigger("chosen: updated"); command, Chosen will not pick up the new class. It will pick up on changed options, placeholders and whatnots, but the css-class is never read.