jdtcn / BlazorDateRangePicker

A Blazor component for choosing date ranges and dates
MIT License
186 stars 34 forks source link

enhancement: MinSpan - OnDaySelected Method #29

Closed horaciodiez closed 4 years ago

horaciodiez commented 4 years ago

Hi again. I saw you are planning a 3.0 version. May you consider...? 1) MinSpan For example to avoid the user to select the same Start and EndDate 2) OnDaySelected For Example to suggest the EndDate when the StartDate is selected.

Thank you Regards H

jdtcn commented 4 years ago

Hi.

I've added MinSpan property and OnSelectionStart event in 2.8.0 version.

I'll change major version number after NET 5 release.

horaciodiez commented 4 years ago

Hi Sergey. I´m already using MinSpan. Thank You!