I have below sample code to try to using the ngx drop down as multiple selection.
I have use case to loaded already selected value, but for using multiple selection is not happening
where selected values is the list of selected items with selected as true,but checkMark css is not set to checked, when i load this component with have selected values
I have below sample code to try to using the ngx drop down as multiple selection. I have use case to loaded already selected value, but for using multiple selection is not happening
<ngx-dropdown-list #dropDown [items]="items" [multiSelection]="true" [selectedValue]="selectedValues" [placeHolder]="placeholderLabel" (selectionChange)="onChange(items)">
where selected values is the list of selected items with selected as true,but checkMark css is not set to checked, when i load this component with have selected values