mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 09:25:29 +00:00
Prevent tabbing into end bounds when not in fixed mode
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
ng-model="textValue"
|
||||
ng-blur="restoreTextValue(); ngBlur()"
|
||||
ng-mouseup="ngMouseup()"
|
||||
ng-disabled="ngDisabled"
|
||||
ng-class="{
|
||||
error: textInvalid ||
|
||||
(structure.validate &&
|
||||
|
Reference in New Issue
Block a user