We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I am using ng2-flatpickr in angular9, when i select more-range, and showMonths-2, the dates are starting from sunday on all months.
i am using airbnb theme, but its not a theme issue, i already check with all theme in incognito mode.
This issue only shown when i use show than 1 month.
MY CODE in ts file flatpickrOptions: FlatpickrOptions = { mode: 'range', minDate: 'today', showMonths: 3, }; MY CODE in html file <ng2-flatpickr [config]="flatpickrOptions" placeholder="Check-In - Check-Out" formControlName="formControlName">
See screenshot for more information
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I am using ng2-flatpickr in angular9, when i select more-range, and showMonths-2, the dates are starting from sunday on all months.
i am using airbnb theme, but its not a theme issue, i already check with all theme in incognito mode.
This issue only shown when i use show than 1 month.
MY CODE in ts file
flatpickrOptions: FlatpickrOptions = {
mode: 'range',
minDate: 'today',
showMonths: 3,
};
MY CODE in html file
<ng2-flatpickr [config]="flatpickrOptions" placeholder="Check-In - Check-Out" formControlName="formControlName">
See screenshot for more information
The text was updated successfully, but these errors were encountered: