Date range picker

I have been looking for a date range picker and found that mudblazor and some other UI libraries implement, I would prefer to not import another UI library just for one component.
Are there any plans on supporting a basic yet important date range picker component?
I saw that the discussion has already happened PullRequest, so I just wanted to check on the status of it?

Our recommendation is still to use two separate DatePicker components for start and end dates.

I solved this by using a two seperate DatePicker components like your suggestion but added a splitbutton to the right like so:
image

When user clicks the arrow a menu appears with some values like: 'Today', 'Last year' and so on.
When user clicks the search button an EventCallback is fired.
Hope this helps others in search for the same solution.

1 Like