Closed vinayakshettar closed 2 years ago
Hi i can't reproduce your problem can you provide a minimal code example or additional information.
Hello ,I found awork around .. Its working fine ..thank you
//htm
<tree-ngx #treeRef [nodeItems]="controllersList" (selectedItems)="SelectedItemEvent($event)" [options]="options"
//ts SelectedItemEvent(event:any){ console.log(event);
}
the selected items is not working not giving any outputs
Set alwaysEmitSelected
The function all values as undefined
On Tue, 13 Jun 2023 at 2:32 AM, Emil Sunesson @.***> wrote:
Set alwaysEmitSelected
— Reply to this email directly, view it on GitHub https://github.com/inspirsea/tree-ngx/issues/11#issuecomment-1588095794, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKIWM2XG7JVCUFUX2S3XHRLXK57XJANCNFSM5OKPNN6A . You are receiving this because you commented.Message ID: @.***>
after setting alwaysemitselected is always emmiting undefinded value
Hi I am using user library for angualar 12. I am not sure if it supports ... When click on checkbox SelectedItem event fires.. but item value does not have selected item. (1) [undefined] 0:undefined
length:1
SelectedItem(item: any) {
}
<tree-ngx #treeRef [nodeItems]="nodeItems" (selectedItems)="SelectedItem($event)" [options]="options" [callbacks]="treecallbacks">