Skip to content

Commit

Permalink
update date input to show resetButton, allow user to clear (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidclaveau authored May 8, 2024
1 parent c25b425 commit 6b7b902
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export class VarianceFiltersComponent implements OnDestroy {
setDate = this.maxDate;
}
this.form.controls['date'].setValue(setDate.toFormat(format) || null);
this.form.controls['date'].markAsDirty();
}


Expand Down

0 comments on commit 6b7b902

Please sign in to comment.