Posted 23 September 2020, 1:12 pm EST
Hi,
I’m using the Angular wj-multi-auto-complete component and by default the dropdown button is not shown on the input by default. I tried setting showDropDownButton to true and the dropdown button is still not showing.
Do I have the correct syntax here?
<wj-multi-auto-complete #tranCodesInput
[clickAction]=“2”
[itemsSource]=“tranCodes”
[selectedItems]=“selectedTranCodes”
[displayMemberPath]=“‘display’”
[selectedValuePath]=“‘code’”
[headerPath]=“‘code’”
[isContentHtml]=“true”
[showDropDownButton]=“true”>
Thanks,
Johnny