Skip to content

V0.4.2.1: workaround for dropdown search bug in dash

Compare
Choose a tag to compare
@oegedijk oegedijk released this 19 Feb 21:13
· 54 commits to master since this release

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