mirror of
https://github.com/nasa/openmct.git
synced 2025-03-23 04:25:27 +00:00
[Time Conductor] Display validation errors consistently
This commit is contained in:
parent
0a012c67dd
commit
5beb1de805
@ -25,8 +25,7 @@
|
||||
ng-model="textValue"
|
||||
ng-blur="restoreTextValue(); ngBlur()"
|
||||
ng-class="{
|
||||
error: textInvalid,
|
||||
test: structure.validate && !structure.validate(ngModel[field])
|
||||
error: textInvalid || (structure.validate && !structure.validate(ngModel[field]))
|
||||
}">
|
||||
</input>
|
||||
<a class="ui-symbol icon icon-calendar"
|
||||
|
Loading…
x
Reference in New Issue
Block a user