Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single select #87

Open
jonaswikstrom opened this issue Mar 29, 2023 · 2 comments
Open

Single select #87

jonaswikstrom opened this issue Mar 29, 2023 · 2 comments

Comments

@jonaswikstrom
Copy link

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?

@billywatsy
Copy link

is this feature available?

jdtcn pushed a commit that referenced this issue Nov 15, 2023
Fixed TimePicker24Hour has wrong value issue (#90)
Added the ability to display two calendars in single date select mode (#87)
@jdtcn
Copy link
Owner

jdtcn commented Nov 15, 2023

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" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants