Open belalothman opened 4 years ago
Is there any possible solution? I also need to use custom text on listbox.The only way i could change is by editing directly in the package. Thank you.
I used availableText and selectedText attribute to change the words "Available Items" and "Selected items" respectively.
I used availableText and selectedText attribute to change the words "Available Items" and "Selected items" respectively.
thanks for the reply,let me check with it
<ng2-dual-list-box [data]="items" valueField="id" textField="name"
(onAvailableItemSelected)="log($event)" (onSelectedItemsSelected)="log($event)"
(onItemsMoved)="log($event)" [(ngModel)]="selected" availableText="Available Merchants"
selectedText="Selected Merchants">
</ng2-dual-list-box>
I need translate the words "Available Items" and "Selected items" or delete them because I am working on Dutch software