Skip to content

Commit e5a26f7

Browse files
author
Your Name
committed
controlvalueaccessor
1 parent a3ec5de commit e5a26f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/create-course/create-course-step-2/create-course-step-2.component.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ export class CreateCourseStep2Component implements OnInit {
2222
promoStartAt: [null],
2323
promoEndAt: [null]
2424
}, {
25-
validators: [createPromoRangeValidator()],
26-
updateOn: 'blur'
25+
validators: [createPromoRangeValidator()]
2726
});
2827

2928
constructor(private fb: FormBuilder) {

0 commit comments

Comments
 (0)