Or Duan

Results 2 comments of Or Duan

same here, using v11.0.1. ``` choices.passedElement.element.addEventListener( 'highlightItem', function(event) { // do something creative here... console.log(event.detail.id); console.log(event.detail.value); console.log(event.detail.label); console.log(event.detail.customProperties); console.log(event.detail.groupValue); }, false, ); ``` not firing, when chaing to `choice` event...