Skip to content

Commit

Permalink
Merge branch 'master' into SAndreeva/fix-bug-3599-m
Browse files Browse the repository at this point in the history
  • Loading branch information
kdinev authored Jan 16, 2019
2 parents 1aefcb3 + 29f35e0 commit 79c1a59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export class IgxInputDirective implements AfterViewInit, OnDestroy {
}

private checkValidity() {
if (!this.ngControl && this._hasValidators) {
if (!this.ngControl && this._hasValidators()) {
this._valid = this.nativeElement.checkValidity() ? IgxInputState.VALID : IgxInputState.INVALID;
}
}
Expand Down

0 comments on commit 79c1a59

Please sign in to comment.