kolesnikovav / vuetify-toolkit

The set of additional vuetify components
MIT License
28 stars 5 forks source link

autocomplete only search in parents? #29

Closed nekooee closed 3 years ago

nekooee commented 3 years ago

Hi, I try to search in list width autocomplete options. but it only works for parents. This option In tree mode loses its efficiency. Is there no solution to it?

before type: image

after type: image

kolesnikovav commented 3 years ago

Hi @nekooee . I'm so sorry for late answer... I have prepare new version of library with correct search in treeselect. Currently, node, that containing matching items, does not open by default, but filter works well. I will works about open filtered nodes later.

nlien commented 2 years ago

Hi! Thanks for this extension! Exactly what I was looking for. Any progress on the opening of the filtered nodes?