mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 08:25:31 +00:00
[Time Conductor] Propogate blur from text field
This commit is contained in:
parent
271b5d1a73
commit
8babfc5ca9
@ -2,7 +2,7 @@
|
||||
ng-controller="DateTimeFieldController">
|
||||
<input type="text"
|
||||
ng-model="textValue"
|
||||
ng-blur="restoreValue(); structure.submit()"
|
||||
ng-blur="restoreValue(); ngBlur()"
|
||||
ng-class="{ error: textInvalid }">
|
||||
</input>
|
||||
<a class="ui-symbol icon icon-calendar"
|
||||
|
Loading…
x
Reference in New Issue
Block a user