vue-treeselect
vue-treeselect copied to clipboard
Unable to capture event when clicked on the options or dropdown items
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))
Did you try this https://vue-treeselect.js.org/#events ?