linnarsson-lab / loom-viewer

Tool for sharing, browsing and visualizing single-cell data stored in the Loom file format
BSD 2-Clause "Simplified" License
35 stars 6 forks source link

Investigate accessible-autocomplete as an alternative to react-select #154

Open JobLeonard opened 6 years ago

JobLeonard commented 6 years ago

The react-select component currently being used for the dropdown had some issues in the past. I also still have not figured out how to deal with very long attribute names, and it's also not really accessible.

accessible-autocomplete (kind of by definition) is, and looks to be very lean and fast. I don't know how it handles long attribute names (the main reason to switch, really)