jdtcn / BlazorDateRangePicker

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

Reset date range not working #100

Open mazsam opened 6 months ago

mazsam commented 6 months ago

I have implemented the button action on selection dates (apply, cancel, and reset). The reset action does not reset the initial data before clicking apply, after clicking apply button the reset action works properly.

So the issue is only on the initial reset action with null value before user click the apply action without closing the modal date.

image