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