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

How to prevent user to click the (x) in the dropdown in Angular-2-multiselect

Open Bala-Sampath opened this issue 4 years ago • 1 comments

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 image Any suggestion will be helpful. Thanks.

Bala-Sampath avatar Jun 02 '21 12:06 Bala-Sampath

add below css class in Style.css .hide-cross{ .selected-list { .c-btn { .clear-all { display: none !important; } } } }

Govind9673 avatar Jul 13 '21 09:07 Govind9673