angular2-multiselect-dropdown
angular2-multiselect-dropdown copied to clipboard
How to prevent user to click the (x) in the dropdown in Angular-2-multiselect
Hi Team,
I had the following scenario in my project.
How to prevent the end user to click the x in the dropdown in Angular-2-multiselect
Any suggestion will be helpful.
Thanks.
add below css class in Style.css .hide-cross{ .selected-list { .c-btn { .clear-all { display: none !important; } } } }