searchable-option-list icon indicating copy to clipboard operation
searchable-option-list copied to clipboard

data list is huge

Open northeastrc opened this issue 8 years ago • 2 comments

My data list is huge 2333 records is there a way to make it faster maybe by searching for ony the first 3 characters?

northeastrc avatar Jan 21 '17 23:01 northeastrc

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 avatar Feb 06 '17 13:02 tulinkry

@tulinkry But can't we only display the options after a certain amount of characters typed?

jhkersul avatar Mar 16 '17 04:03 jhkersul