jdtcn / BlazorDateRangePicker

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

How to set the calendar when opening a component set to StartDate in Inline="true" mode? #70

Closed Vokchaks closed 2 years ago

Vokchaks commented 2 years ago

I use your component with SingleDatePicker="true" and ShowOnlyOneCalendar="true". I set MaxDate, MinDate and StartDate. StartDate is highlighted correctly, but the component opens near to MinDate. I want it to open at the beginning on StartDate. Please help me.

jdtcn commented 2 years ago

Hi!

I was unable to reproduce your issue with the latest version of the component. Share your code, please, so I can understand what the problem is. And what version of the component did you use?