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

Is there any way to search in a specific leaf? #541

Open bcortezf opened 8 months ago

bcortezf commented 8 months ago

example:

I want to search only items on Leaf 2, because in my case, they correspond to vehicle plates.

I dont want to include in my search the rest of items. (Sorry if this is not an important issue)