vue-treeselect icon indicating copy to clipboard operation
vue-treeselect copied to clipboard

Unable to capture event when clicked on the options or dropdown items

Open im-zoheb1 opened this issue 3 years ago • 1 comments

I am unable to capture event whenever clicked on the dropdown or options of treeselect. I want to get capture the element which is clicked by adding event listener to document object. Code is following:

document.addEventListener('click', (e) => cosole.log(e.target))

im-zoheb1 avatar Dec 06 '21 16:12 im-zoheb1

Did you try this https://vue-treeselect.js.org/#events ?

TitanFighter avatar Dec 06 '21 17:12 TitanFighter