Skip to content
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

DatePicker activeDateChange event not getting fired #1962

Closed
CodingDK opened this issue May 5, 2017 · 1 comment
Closed

DatePicker activeDateChange event not getting fired #1962

CodingDK opened this issue May 5, 2017 · 1 comment

Comments

@CodingDK
Copy link
Contributor

CodingDK commented May 5, 2017

Hello.

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

@djindjic
Copy link

same behavior in my case

CodingDK added a commit to CodingDK/ng2-bootstrap that referenced this issue May 22, 2017
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants