AllenInstitute / biofile-finder

An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.
https://biofile-finder.allencell.org/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Enable list picking for string values even when over 100 values available #149

Closed SeanLeRoy closed 5 months ago

SeanLeRoy commented 5 months ago

Description This changeset adds a list picker for values like "Clone" where we have over 100 String type values so we would normally just render a search box, but now we have a radio selection for switching between search box and list picking for this use case. This is essentially for users that may not know what value they are looking for just yet (or which are available).

Testing Working on desktop and web.

Related Issue Resolves #86