yanickrochon / jquery.uix.multiselect

Completely rewritten, multiselect widget with a more concise API
http://mind2soft.com/labs/jquery/multiselect/
MIT License
139 stars 62 forks source link

Don't allow disabled options to be de-selected #73

Open jdetaeye opened 11 years ago

jdetaeye commented 11 years ago

Current behaviour: If a disabled item is initially selected, you can still deselect it. Once deselected a disabled item can't be selected again. New behaviour: A disabled item can't change status.