riophae/vue-treeselect

autoSelectDescendants does not execute LOAD_CHILDREN_OPTIONS in Delayed Loading

lucaspereira-devpulses opened this issue · 0 comments

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?