angular-dual-listbox
angular-dual-listbox copied to clipboard
Angular 14 component for a dual listbox control.
I am successfully able to bind source values. I am unable to bind the destination array. The arrays are in the same format. .html ``` Select Profile(s): ``` .ts ```...
This fixes issue #151
Reproduction: - use the following list of options on the 'source' side: ```js [ {id: 'a'}, {id: 'b'}, {id: null}, {id: 'c'} ] ``` - turn filtering on - try...
If anybody know please help on this issue. angular-dual-listbox let selectedList:Array = [ { key: 26, station: 'Hermosa', state: 'CO' }, { key: 27, station: 'Rockwood', state: 'CO' }, {...
Getting the below error while run & build. `ERROR in node_modules/angular-dual-listbox/lib/basic-list.d.ts(14,9): error TS1086: An accessor cannot be declared in an ambient context.` While i have the below code in the...
Hi, Is there a way to add an icon before label ?? Thanks.
problem is here: ``` updatedSource() { this.available.list.length = 0; this.available.pick.length = 0; if (this.source !== undefined) {
What is happening is that it doesn't work if destination array is already predefined. If I set destination array as predefined and then try to add more items I'm getting...
Not able to perform keyboard navigation for accessibility
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/