-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Calendar month and year navigator dropdowns not binding to backing store #6209
Comments
+1 |
Seems fixed in the latest build? Edit: Never mind failed the first step of using the calendar with navigators enabled. My bad. |
Still broken on the public demo website. If fixed, when will it be in a versioned release? |
Just in case one more way to reproduce the issue (PrimeNg v.6.1): https://stackblitz.com/edit/github-uggfuf |
Fixed as of 6.1.0, thanks guys! |
@kallidean, are you sure? Check out my template. It`s running version 6.1.0 and there is still something wrong with synchronization between calendar and month navigator. |
Still broken for me. |
Fixed at #6261 |
You can see and reproduce this behavior right on the primeNG demo site.
https://www.primefaces.org/primeng/#/calendar
Steps:
Click on the navigators example
Paste or type a past date ("01/01/2017")
Click off the control to close the overlay panel
Click back on the date and see the overlay panel still displaying current month/year (regardless of selected value)
Select an alternate date on the overlay panel (notice the newly selected date stays in the currently selected month/year, but the dropdowns still show current month/year)
The text was updated successfully, but these errors were encountered: