Skip to content

Commit

Permalink
controlvalueaccessor
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 15, 2021
1 parent a3ec5de commit e5a26f7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export class CreateCourseStep2Component implements OnInit {
promoStartAt: [null],
promoEndAt: [null]
}, {
validators: [createPromoRangeValidator()],
updateOn: 'blur'
validators: [createPromoRangeValidator()]
});

constructor(private fb: FormBuilder) {
Expand Down

0 comments on commit e5a26f7

Please sign in to comment.