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
I posted on Slack that I'd love a date range picker. I enjoy using Pluto to build quick little dashboards to help me with data exploration, and quite often I'll interactively construct some SQL query covering a range of dates. At present I need to use two individual date pickers for the start and end.
I think the input element doesn't support a date range, so I assume it's a harder than just adding a bare <input type=... > like in #182. So consider this a little feature request :)
I'll tackle a PR myself if I have time, but I know very little HTML/JS, so it will require some pre-reading of how the other widgets work first.
The text was updated successfully, but these errors were encountered:
I posted on Slack that I'd love a date range picker. I enjoy using Pluto to build quick little dashboards to help me with data exploration, and quite often I'll interactively construct some SQL query covering a range of dates. At present I need to use two individual date pickers for the start and end.
I think the
input
element doesn't support a date range, so I assume it's a harder than just adding a bare<input type=... >
like in #182. So consider this a little feature request :)I'll tackle a PR myself if I have time, but I know very little HTML/JS, so it will require some pre-reading of how the other widgets work first.
The text was updated successfully, but these errors were encountered: