I am using Prime ng multi select and setting the property filter as true and also adding filterPlaceholder property as below.
<p-multiSelect [options]="cities1" [(ngModel)]="selectedCities1" filter="true"
filterPlaceHolder="Search..." defaultLabel="example" >
</p-multiSelect>
I am not getting filter place holder inside multi select. Please help.
You need to write [filterPlaceholder]="'Search...'"
, by this you are passing Search...
as a string in filterPlaceholder
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With