BlazorDateRangePicker icon indicating copy to clipboard operation
BlazorDateRangePicker copied to clipboard

Single select

Open jonaswikstrom opened this issue 2 years ago • 2 comments

Really like your component!

I would love to be able to have the same UI (one component, two calendars) for either single select start/end date or the date range instead of having two components for this. Is there a way to configure the component to work this way?

jonaswikstrom avatar Mar 29 '23 18:03 jonaswikstrom

is this feature available?

billywatsy avatar Nov 11 '23 20:11 billywatsy

Hi, in version 4.5.0 I added the ability to enable two calendars in single date select mode using the ShowOnlyOneCalendar="false" parameter.

Try using it this way:

<DateRangePicker SingleDatePicker="true" AutoAdjustCalendars="false" LinkedCalendars="true" AutoApply="true" ShowOnlyOneCalendar="false" />

jdtcn avatar Nov 15 '23 13:11 jdtcn