Skip to content

Commit

Permalink
updated so clear fires change event
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete authored and pjmonks committed Jan 7, 2022
1 parent accf7ec commit 9998298
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/search/date-from-to/date-from-to.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,13 @@ export class DateFromToComponent implements OnInit {
public clear1(): any {
this.dtFrom = null;
this.date2Options.minDate = null;
this.datePicker1Changed(null, this.oldVal);
}

public clear2(): any {
this.dtTo = null;
this.date1Options.maxDate = null;
this.datePicker2Changed(null, this.oldVal);
}

public open1() {
Expand Down

0 comments on commit 9998298

Please sign in to comment.