Skip to content

Can't bind the confirmed (destination) box values are not displaying on right side box If the confirmed is array of objects dynamicallly. #116

Description

@vijayakumarrajug

If anybody know please help on this issue.

angular-dual-listbox

<dual-list [sort]="keepSorted" [source]="source" [key]="key" [display]="display" [filter]="filter"
[(destination)]="confirmed" height="265px" [format]="format" [disabled]="disabled">

let selectedList:Array = [
{ key: 26, station: 'Hermosa', state: 'CO' },
{ key: 27, station: 'Rockwood', state: 'CO' },
{ key: 28, station: 'Tacoma', state: 'CO' }
]

this.confirmedStations = selectedList;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions