Skip to content

Commit

Permalink
Prevent tabbing into end bounds when not in fixed mode
Browse files Browse the repository at this point in the history
  • Loading branch information
akhenry committed Jul 27, 2016
1 parent 8e59072 commit 7af2212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
ng-model="textValue"
ng-blur="restoreTextValue(); ngBlur()"
ng-mouseup="ngMouseup()"
ng-disabled="ngDisabled"
ng-class="{
error: textInvalid ||
(structure.validate &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7af2212

Please sign in to comment.