mousemke / flounder

Style-able dropdown replacement for native dropdowns
MIT License
9 stars 10 forks source link

search is extremely slow when multipleTags prop is set #158

Closed ghost closed 7 years ago

ghost commented 7 years ago

Currently

Flounder dropdown with { search : true, multipleTags : true }, seem to break the search functionality (unresponsive UI) with large data sets (~6000), and the component is unusable in this state.

Wanted

Fix it, make the calls non-blocking to the UI.

conor-cafferkey-sociomantic commented 7 years ago

Looks like the filterSelected function we introduced for https://github.com/sociomantic-tsunami/flounder/issues/126 is the main culprit here