You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At a glance, I can't see which dates are selected. And I need From Date , To Date filter, which a user can selected with minimum number of clicks.
How to get it in superset?
The text was updated successfully, but these errors were encountered:
There are open SIPs about date picker redesign, but it's hard to align on these things. That said, the cut-off date does seem annoying. Not sure if @kasiazjc or @michael-s-molina or @mistercrunch have opinions about letting these filter displays have a more dynamic width (which could cause other layout issues).
Yeah I think a smarter and more dynamic/responsive horizontal filter bar would be great to have. Currently we do not use the real estate well. Clearly in the example above there's plenty of horizontal real estate to show the actual filter. We could really benefit from smarter use of flex and things like min-width/max-width/wrapping.
On the topic of magical/dynamic VS configurable by user, I'm all for automagical/dynamic/responsive over forcing/allowing the dashboard owner to adjust widths.
I'm pretty certain a flex/css wizard might be able to make things much better pretty easily here.
About dropdowns/<Select />, I believe our current antd v4 Select doesn't easily allow for a "dropdown is wider than trigger", and that antd v5 does allow for that. That migration to v5 should happen soon and help a bit support better usability in this area. At least would allow for the dropdown to not be as contained as the trigger.
At a glance, I can't see which dates are selected. And I need From Date , To Date filter, which a user can selected with minimum number of clicks.
How to get it in superset?
The text was updated successfully, but these errors were encountered: