jdtcn / BlazorDateRangePicker

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

Fix the same date not allowed to be selected when using TimePicker. #71

Closed MineMaarten closed 2 years ago

MineMaarten commented 2 years ago

I tried achieving selection of selecting a period of a few hours of the same date, using TimePicker. This is not allowed (the second click does not finish the selection).

To reproduce:

jdtcn commented 2 years ago

Great find, thanks for the fix! I will publish version 4.2.0 with these changes

MineMaarten commented 2 years ago

Thanks a lot for the quick merges and publishing of the new version <3