Or Duan
Or Duan
Same here, chrome 57.0.2987.98 (64-bit) ubuntu 16.04.
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...