mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
Auto focus tag input (#2938)
This commit is contained in:
parent
e97a5cbb29
commit
114beb2480
@ -4,7 +4,7 @@
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<ui-select multiple append-to-body tagging tagging-label=" "
|
||||
ng-model="$ctrl.resolve.items" sortable="true">
|
||||
ng-model="$ctrl.resolve.items" sortable="true" autofocus>
|
||||
<ui-select-match placeholder="Add some tags...">{{ $item }}</ui-select-match>
|
||||
<ui-select-choices repeat="value in $ctrl.resolve.availableTags | filter:$select.search">
|
||||
{{ value }}
|
||||
|
Loading…
Reference in New Issue
Block a user