czeckd / angular-dual-listbox

Angular 14 component for a dual listbox control.
https://czeckd.github.io/angular-dual-listbox/
MIT License
83 stars 73 forks source link

By Default need to show some values in Destination Column #85

Open gauravshri12 opened 6 years ago

gauravshri12 commented 6 years ago

Using this below superb component. In this i need to show some default items in Destination LustBox.

https://czeckd.github.io/angular-dual-listbox/demo/

czeckd commented 6 years ago

Add the default items to the destination array.

vijayakumarrajug commented 4 years ago

Not working: let selectedList:Array = [ { key: 26, station: 'Hermosa', state: 'CO' }, { key: 27, station: 'Rockwood', state: 'CO' }, { key: 28, station: 'Tacoma', state: 'CO' } ] this.confirmedStations = selectedList;