riophae / vue-treeselect

A multi-select component with nested options support for Vue.js
https://vue-treeselect.js.org/
MIT License
2.89k stars 508 forks source link

how to trigger '@select event' manually ? #521

Open hewson99 opened 1 year ago

hewson99 commented 1 year ago

i need to trigger select event 。 eg.. $refs.treeselectInstance.xxx()

black-hawk85 commented 1 year ago

I think I found a solution to this

this.$refs.tree.select(this.$refs.tree.forest.nodeMap[id])

Will toggle the selection for node with ID=id