fix: Dashboard containing a tab and a filter with "Select first filter value by default" enabled doesn't load#23268
fix: Dashboard containing a tab and a filter with "Select first filter value by default" enabled doesn't load#23268lilykuang wants to merge 1 commit into
Conversation
…r value by default" enabled doesn't load
|
It seems this makes the affected dashboards load (yay!) by automatically expanding the Is there a way that the failure-to-load bug could be fixed while retaining the very elegant behavior of automatically hiding irrelevant filters as users click between tabs? |
|
Could we try to figure out an alternative solution? Like @sfirke said, the out of scope filters should be collapsed by default. 1 reason is the UX, but it also serves as an optimisation to reduce the number of requests sent when dashboard loads - the filters out of scope don't send their api requests until they change their state to "in scope" or the collapsed section is uncollapsed |
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:

After:

TESTING INSTRUCTIONS
ADDITIONAL INFORMATION