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

Can't chage single date when range is true #613

Closed
andreazorzi opened this issue May 24, 2024 · 4 comments
Closed

Can't chage single date when range is true #613

andreazorzi opened this issue May 24, 2024 · 4 comments
Labels

Comments

@andreazorzi
Copy link

Hi,
I'm coding an application that implements the datepicker with range: true.
But if I select a date range and then deselect a date to change the range duration, when I click the new date the datepicker reselect the old selected date.
I also try to remove all settings when I initialize the plugin and leave only the date range, but the bug persist.
I am currently use the version 3.5.1. and the code I use is the following

delivery_date = new AirDatepicker('#delivery-date', {
    range: true,
});
2024-05-24.15-32-35.mp4
@t1m0n
Copy link
Owner

t1m0n commented May 26, 2024

Hello! Thank you for the bug report, I'll check it

@t1m0n t1m0n added the bug label May 26, 2024
t1m0n added a commit that referenced this issue May 26, 2024
@t1m0n t1m0n mentioned this issue May 26, 2024
t1m0n added a commit that referenced this issue May 26, 2024
@t1m0n
Copy link
Owner

t1m0n commented May 26, 2024

fixed in 3.5.2

@t1m0n t1m0n closed this as completed May 26, 2024
@t1m0n t1m0n reopened this May 26, 2024
@t1m0n
Copy link
Owner

t1m0n commented May 26, 2024

Not fixed yet, found another problem(

t1m0n added a commit that referenced this issue May 26, 2024
@t1m0n t1m0n mentioned this issue May 26, 2024
@t1m0n
Copy link
Owner

t1m0n commented May 26, 2024

fixed in v3.5.3 )

@t1m0n t1m0n closed this as completed May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants