mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
Prevent tabbing into end bounds when not in fixed mode
This commit is contained in:
parent
8e59072537
commit
7af22126d4
@ -24,6 +24,7 @@
|
||||
ng-model="textValue"
|
||||
ng-blur="restoreTextValue(); ngBlur()"
|
||||
ng-mouseup="ngMouseup()"
|
||||
ng-disabled="ngDisabled"
|
||||
ng-class="{
|
||||
error: textInvalid ||
|
||||
(structure.validate &&
|
||||
|
@ -52,6 +52,7 @@
|
||||
}"
|
||||
ng-model="formModel"
|
||||
ng-blur="tcController.updateBoundsFromForm(formModel)"
|
||||
ng-disabled="modeModel.selectedKey !== 'fixed'"
|
||||
field="'end'"
|
||||
class="time-range-input">
|
||||
</mct-control>
|
||||
|
Loading…
Reference in New Issue
Block a user