mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53:26 +02:00
Added tabindex and accesskeys for common input controls.
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
form
|
||||
.input-group
|
||||
input.form-control(type='text', placeholder='http://...', autocomplete='off', ng-model='textURL',
|
||||
typeahead='url for url in urlHistory | filter:$viewValue', text-focus-select).form-control
|
||||
typeahead='url for url in urlHistory | filter:$viewValue', text-focus-select,
|
||||
accesskey='N', tabindex='10').form-control
|
||||
|
||||
.input-group-btn
|
||||
button(ng-click='openURL()', ng-disabled='!textURL', translate).btn.btn-primary-outline Open
|
||||
|
||||
Reference in New Issue
Block a user