Form validation error messages are not being displayed properly (#4887)

* Form validation error messages are not being displayed properly #4697

* e2e Tests

* fixed element.checkValidity test

* remove comment

* adding timeconductor tests

* rename

Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
Co-authored-by: unlikelyzero <jchill2@gmail.com>
This commit is contained in:
Nikhil
2022-03-16 13:54:46 -07:00
committed by GitHub
parent e691a89682
commit e9680e975f
4 changed files with 111 additions and 1 deletions

View File

@ -253,6 +253,8 @@ export default {
input.title = '';
}
this.$refs.fixedDeltaInput.reportValidity();
return validationResult.valid;
},
startDateSelected(date) {