Hide select all checkbox when search data not in list of ng-multiselect-dropdown

63 views Asked by At

I am using ng-multiselect-dropdown version ^0.3.8 in my Angular project v11.It's working fine except one condition which occur when-

1- open select dropdown and search random thing which is not in list like 'xxxx'.

In this scenario it show select all button which is quite confusing. It's give impression of selecting all value which are present in list. If anyhow I can hide this checkbox please tell me. Thanks in advance!!

enter image description here

0

There are 0 answers