Picklist 'move-all-to-source' event argument e.items is empty #341
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
The event argument items always empty, it likes used incorrect var in 'moveAllToSource(event)' method.
`
moveAllToSource(event) {
if (this.value[1]) {
let sourceList = [...this.value[0]];
let targetList = [...this.value[1]];
`
The text was updated successfully, but these errors were encountered: