Closed ghost closed 7 years ago
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.
{ search : true, multipleTags : true }
Fix it, make the calls non-blocking to the UI.
Looks like the filterSelected function we introduced for https://github.com/sociomantic-tsunami/flounder/issues/126 is the main culprit here
filterSelected
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.