riophae / vue-treeselect

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

autoSelectDescendants does not execute LOAD_CHILDREN_OPTIONS in Delayed Loading #520

Open lucaspereira-devpulses opened 1 year ago

lucaspereira-devpulses commented 1 year ago

Hi guys! I'm using treeselect in a project where I need to use lazy loading and when selecting a parent item I need to select the children

Is there any way I can force the LOAD_CHILDREN_OPTIONS event to be called using autoSelectDescendants and DelayedLoading?