angular2-multiselect-dropdown icon indicating copy to clipboard operation
angular2-multiselect-dropdown copied to clipboard

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

Open dharaneshbestha opened this issue 1 year ago • 0 comments

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

dharaneshbestha avatar Jan 09 '23 14:01 dharaneshbestha