You click any row of it, it alway return 0;
The same happen in Tab
component
Hello @AnsonHwang,
Apologies for the issue and thank you for finding that bug.
I can report that to our engineering team.
I was just doing some testing and a workaround for this would be to use {{listbox1.selectedItem}}
as the click event will change the listbox's state to have the clicked item populate the above property.
Then from there you can grab further nested properties such as listbox1.selectedItem.seqNo
or any shipment Id value that the item contains.