update material

This commit is contained in:
2020-03-29 09:21:48 +02:00
parent ef7968aba2
commit 2b19ec9085
4 changed files with 15 additions and 19 deletions

View File

@@ -6,8 +6,7 @@
<div id="date-box">
<mat-form-field>
<mat-label>Date Range:</mat-label>
<input matInput id="search-date-range" value="dateRange" name="dates" (input)="changeDate($event)" />
<input type="hidden" id="hidden-search-date-range" [(ngModel)]="hiddenSearchDateRange" />
<input matInput id="search-date-range" value="dateRange" name="dates" />
</mat-form-field>
</div>