Rare-Technology / Fisheries-Dashboard

Fisheries production dashboard
https://portal.rare.org/en/tools-and-data/fisheries-data/
MIT License
1 stars 1 forks source link

Redesign filter selection #1

Open ibidyouadu opened 2 years ago

ibidyouadu commented 2 years ago

Instead of using dcc dropdown, consider using combination of a button that shows e.g. "Multiple", "24 selected" and on click will open (set visible) a dcc Checkbox div. This will have the input (the button) be compact while still making it easy to access all the options. Currently, experimenting with fixing the height/min-height/max-height css properties does not make dcc dropdown much better.

But focus on adding other functionalities first (plot etc)