mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Added text-focus-select directive for text inputs so it selects automatically the text when clicked.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
.widget-content.padded
|
||||
|
||||
.input-group.form-inline
|
||||
input(type=text, ng-model='command', ng-enter='run(command)').form-control.shell-input
|
||||
input(type=text, ng-model='command', ng-enter='run(command)', text-focus-select).form-control.shell-input
|
||||
span.input-group-btn
|
||||
// , tooltip='{{"Run Command"|translate}}'
|
||||
button.btn.btn-primary-outline(ng-click='run(command)', ng-disabled='!command')
|
||||
|
||||
Reference in New Issue
Block a user