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 output event activeDateChange is not geting fired right now. I think this is a bug
My code looks like this: <datepicker [(ngModel)]="model.date" [showWeeks]="true" [startingDay]="1" (activeDateChange)="hideDatePickerPopup()"></datepicker>
If I use the selectionDone event it's works, but my "popup" will disappear before my model.date is set.
I used version: 2.0.0-beta.2
The text was updated successfully, but these errors were encountered:
Now activeDateChange event get fired then the date changed, before the event only gets fired then you use the arrows (back and forward buttons) in top of the calendar.
Hello.
The output event
activeDateChange
is not geting fired right now. I think this is a bugMy code looks like this:
<datepicker [(ngModel)]="model.date" [showWeeks]="true" [startingDay]="1" (activeDateChange)="hideDatePickerPopup()"></datepicker>
If I use the
selectionDone
event it's works, but my "popup" will disappear before mymodel.date
is set.I used version: 2.0.0-beta.2
The text was updated successfully, but these errors were encountered: