mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 20:28:14 +00:00
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:
@ -253,6 +253,8 @@ export default {
|
||||
input.title = '';
|
||||
}
|
||||
|
||||
this.$refs.fixedDeltaInput.reportValidity();
|
||||
|
||||
return validationResult.valid;
|
||||
},
|
||||
startDateSelected(date) {
|
||||
|
Reference in New Issue
Block a user