Skip to content

Commit

Permalink
Update date-time.widget.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrn authored and eromano committed Dec 17, 2020
1 parent da3d673 commit 4e94248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
</mat-form-field>
<error-widget [error]="field.validationSummary"></error-widget>
<error-widget *ngIf="isInvalidFieldRequired()" required="{{ 'FORM.FIELD.REQUIRED' | translate }}"></error-widget>
<mat-datetimepicker #datetimePicker type="datetime" timeInterval="5"></mat-datetimepicker>
<mat-datetimepicker #datetimePicker type="datetime" openOnFocus="true" timeInterval="5"></mat-datetimepicker>
</div>

0 comments on commit 4e94248

Please sign in to comment.