mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 16:36:13 +00:00
Merge pull request #1614 from nasa/open1569
Fixed tabbing in overlay forms
This commit is contained in:
commit
7fcaf6510e
@ -26,7 +26,7 @@
|
|||||||
ng-class="{ holder: !(ngModel.input === '' || ngModel.input === undefined) }">
|
ng-class="{ holder: !(ngModel.input === '' || ngModel.input === undefined) }">
|
||||||
<div class="holder flex-elem grows">
|
<div class="holder flex-elem grows">
|
||||||
<input class="search-input"
|
<input class="search-input"
|
||||||
type="text"
|
type="text" tabindex="10000"
|
||||||
ng-model="ngModel.input"
|
ng-model="ngModel.input"
|
||||||
ng-keyup="controller.search()"/>
|
ng-keyup="controller.search()"/>
|
||||||
<a class="clear-icon clear-input icon-x-in-circle"
|
<a class="clear-icon clear-input icon-x-in-circle"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user