CuppaLabs / angular2-multiselect-dropdown

Angular 2 Dropdown Multiselect
https://cuppalabs.github.io/angular2-multiselect-dropdown
MIT License
293 stars 256 forks source link

disabled and checked for checkbox on selected items: NEW FEATURE REQUEST #636

Open dharaneshbestha opened 1 year ago

dharaneshbestha commented 1 year ago

Currently we can disable item using disabled property. If item is selected already it still disables but it doesnt check the checkbox.

It would be nice to have selected item disabled and checked. Following piece of code returns false for isSelected() if item is disabled.

image

I am not sure if there is already feature that does this.

image