Open sangramfuture opened 11 years ago
The default
element.chosen(); // works
But when we add 'allow_single_deselect: true' to permit deselection of single select. it makes no difference.
element.chosen({allow_single_deselect: true}); // does not work
The same thing for me, but the other options works
The default
But when we add 'allow_single_deselect: true' to permit deselection of single select. it makes no difference.