You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The date format of the tooltip should equal the date format of the input once a date is selected.
What is actually happening?
The date format of the tooltip is based on locale, and not on nzFormat.
Environment
Info
ng-zorro-antd
18.1.1
Browser
All
You can't make the assumption a locale represent the proper date format. When nzFormat is explicitly set it's expected the complete date picker adheres to this new format.
The text was updated successfully, but these errors were encountered:
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-ivy-kzwn8f?file=src%2Fapp%2Fapp.component.ts
Steps to reproduce
What is expected?
The date format of the tooltip should equal the date format of the input once a date is selected.
What is actually happening?
The date format of the tooltip is based on locale, and not on
nzFormat
.You can't make the assumption a locale represent the proper date format. When
nzFormat
is explicitly set it's expected the complete date picker adheres to this new format.The text was updated successfully, but these errors were encountered: