jdtcn / BlazorDateRangePicker

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

One start date #80

Closed MohammadMrz closed 1 year ago

MohammadMrz commented 1 year ago

Is it possible to have only the start date in the UI. I don't need the end date, hence there is no need for me to display it to the user.

jdtcn commented 1 year ago

Hi, It's possible, please take a look at SingleDatePicker property

MohammadMrz commented 1 year ago

Thanks, it works great