Skip to content
Snippets Groups Projects
Commit 8fc41730 authored by Petra Tsesmetzi's avatar Petra Tsesmetzi
Browse files

changed date Input in Statements

parent 8c022f45
No related branches found
No related tags found
No related merge requests found
......@@ -57,13 +57,13 @@
<label for="date">{{'dcc.date' | translate}}</label>
</div>
<mat-form-field appearance="fill">
<input
(ngModelChange)="item.date = dccService.marshalCustomDate($event)"
[(ngModel)]=item.date
[matDatepicker]="statementDate"
id="date"
matInput
name="date"
<input
(ngModelChange)="item.date = dccService.marshalCustomDate($event)"
[matDatepicker]="statementDate"
[ngModel]=item.date
id="date"
matInput
name="date"
readonly>
<mat-hint>JJJJ-MM-TT</mat-hint>
<mat-datepicker-toggle [for]="statementDate" matSuffix></mat-datepicker-toggle>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment