fix(input): don't perform HTML5 validation on updated model-value
Running html5-validation immediately after model-value is updated is incorrect, because the view has not updated, and HTML5 constraint validation has not adjusted. Closes #6796 Closes #6806
This commit is contained in:
@@ -450,7 +450,6 @@ function addNativeHtml5Validators(ctrl, validatorName, element) {
|
||||
return value;
|
||||
};
|
||||
ctrl.$parsers.push(validator);
|
||||
ctrl.$formatters.push(validator);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user