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:
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.
Could you kindly confirm if you have any plans to implement a date range picker in the near future?
At the moment we donβt have plans however we accept pull requests.
Are you still open to pull requests making this as a component or maybe a set of instruction to create this as a component out of existing components?