mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 17:53:28 +00:00
[Time Conductor] Restore last valid values
Restore last valid values on blur, in a date-time entry field.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
ng-controller="DateTimeFieldController">
|
||||
<input type="text"
|
||||
ng-model="textValue"
|
||||
ng-blur="structure.submit()"
|
||||
ng-blur="restoreValue(); structure.submit()"
|
||||
ng-class="{ error: textInvalid }">
|
||||
</input>
|
||||
<a class="ui-symbol icon icon-calendar"
|
||||
|
Reference in New Issue
Block a user