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

[Performance render issue] Start searching after typing more than n chars #523

Open andrei-dracea opened 1 year ago

andrei-dracea commented 1 year ago

I have a rather large array (10000+), when I type the first letter (because of the many results) rendering is rather laggy. My first thought was to not perform search until the user types at least 2 chars.

Any better suggestions? Thanks :)