V0.4.2.1: workaround for dropdown search bug in dash
Version 0.4.2.1:
Bug Fixes
- tries to work around wonky index dropdown search bug introduced by latest dash release: plotly/dash#2428
- Dropdown search now works again, but index propagation is still flaky when number of idxs > max_idxs_in_dropdown(1000 by default)
- displays warning to downgrade to dash 2.6.2 when this happens