Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(module: date-picker-view): fix value input not work (#287)
  • Loading branch information
Guoyuanqiang committed Feb 21, 2019
1 parent 5830cd6 commit 7d74e54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/date-picker-view/date-picker-view.component.ts
Expand Up @@ -76,6 +76,8 @@ export class DatePickerViewComponent extends DatePickerComponent implements OnIn
writeValue(value: Date): void {
if (value) {
this.value = value;
this.optionInit();
this.init();
}
}

Expand Down

0 comments on commit 7d74e54

Please sign in to comment.