Skip to content

Commit

Permalink
Fix primefaces#4632 - Updating calendar input field after showTIme ch…
Browse files Browse the repository at this point in the history
…ange.
  • Loading branch information
sswebcoder committed Jan 24, 2018
1 parent 8c3f8c6 commit d36dec2
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 d36dec2

Please sign in to comment.