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 method responsible for triggering the origin of nzOnCalendarChange event receives the param emitValue as false based on the variable showTime. Like here, for instance:
I need this event to be able do disable the dates upon user date selection. Since ng-zorro is the main design system on our company and we use it all around our products, this is an important issue for us.
Thanks in advance,
João Ferreira, Stratio Automotive
The text was updated successfully, but these errors were encountered:
Reproduction link
https://stackblitz.com/edit/nzoncalendarchange-issue?
Steps to reproduce
1 - Set nz-range-picker with showTime
2 - Bind the nzOnCalendarChange event
3 - Select start/end date with time
What is expected?
nzOnCalendarChange should emit the selected date(s)
What is actually happening?
nzOnCalendarChange doesn't emit any event when we set the nz-range-picker with showTime option
Check the example on the link and test both time and without time range picker.
I've looked up the github code and found that here:
ng-zorro-antd/components/date-picker/date-range-popup.component.ts
Line 275 in e50d530
ng-zorro-antd/components/date-picker/date-range-popup.component.ts
Line 91 in e50d530
Is there any explanation for this?
I need this event to be able do disable the dates upon user date selection. Since ng-zorro is the main design system on our company and we use it all around our products, this is an important issue for us.
Thanks in advance,
João Ferreira, Stratio Automotive
The text was updated successfully, but these errors were encountered: