addon-smart-knobs icon indicating copy to clipboard operation
addon-smart-knobs copied to clipboard

Performance issues with large dropdowns

Open petermikitsh opened this issue 4 years ago • 0 comments

Some of my components have enum types where the value is one string from a possible set of about ~1600 strings.

When switching between stories that have these types, performance noticably drops: it takes a few seconds to render the next story and it's addon panels. I have narrowed the bottleneck to this super useful addon.

Would maintainers be open to using a virtualized select implementation to improve performance? Ex: something like https://github.com/bvaughn/react-virtualized-select

I am willing to contribute this change. Thanks!

petermikitsh avatar Jun 09 '20 21:06 petermikitsh