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
If minDate equals the last day in month there is no way to return to the previous month if you went to the next month 1. 2.
https://stackblitz.com/edit/angular-aaxtmt
ngx-bootstrap: 2.0.-beta.8 Angular: 4 or 5 Bootstrap: 3.3.7
The text was updated successfully, but these errors were encountered:
I am sure I have seen similar issue just FYI it will fixed, next week most prob
Sorry, something went wrong.
Thanks!
fix(datepicker): if min date is last day of a month
096d293
user should be able to navigate into fixes #3102
3844b7f
fix(datepicker): if min date is last day of a month (#3113)
ec445e2
valorkin
Successfully merging a pull request may close this issue.
Bug description or feature request:
If minDate equals the last day in month there is no way to return to the previous month if you went to the next month
![image](https://user-images.githubusercontent.com/9010313/33175222-7423805a-d074-11e7-8d48-af9efd3ca83b.png)
![image](https://user-images.githubusercontent.com/9010313/33175275-a30d93c4-d074-11e7-9e9b-7c6f6d79335c.png)
1.
2.
Plunker/StackBlitz that reproduces the issue:
https://stackblitz.com/edit/angular-aaxtmt
Versions of ngx-bootstrap, Angular, and Bootstrap:
ngx-bootstrap: 2.0.-beta.8
Angular: 4 or 5
Bootstrap: 3.3.7
The text was updated successfully, but these errors were encountered: