jdtcn / BlazorDateRangePicker

A Blazor component for choosing date ranges and dates
MIT License
182 stars 35 forks source link

Fix custom date ranges with time not working (like 'last 30 minutes' or 'last 24h') #73

Closed MineMaarten closed 2 years ago

MineMaarten commented 2 years ago

The click handler of clicking a custom range simply ignored the time part of a custom range, and kept the already selected start/end times.