simpulton / angular-chosen

This project shows the integration of AngularJS and the Chosen plugin.
66 stars 25 forks source link

Allow Deselect on Single Selects: Does not work #4

Open sangramfuture opened 10 years ago

sangramfuture commented 10 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
alvaroffj commented 10 years ago

The same thing for me, but the other options works