searchable-option-list
searchable-option-list copied to clipboard
data list is huge
My data list is huge 2333 records is there a way to make it faster maybe by searching for ony the first 3 characters?
Have a look on this diff. That's how we improved it in our project. Basically we introduced a timeout and avoided the recursion when looking into subgroups.
@tulinkry But can't we only display the options after a certain amount of characters typed?