Skip to content

Commit

Permalink
Merge pull request #4963 from sswebcoder/master
Browse files Browse the repository at this point in the history
Fix #4632 - Updating calendar input field after showTIme change.
  • Loading branch information
cagataycivici authored Jan 31, 2018
2 parents 7468662 + d36dec2 commit 9fe51cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/calendar/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ export class Calendar implements AfterViewInit,AfterViewChecked,OnInit,OnDestroy
if(this.currentHour === undefined) {
this.initTime(this.value||new Date());
}
this.updateInputfield();
}

get locale() {
Expand Down

0 comments on commit 9fe51cc

Please sign in to comment.