[Backport] tg-autofocus in tags
parent
15456d3f59
commit
a298798abb
|
@ -6,7 +6,7 @@
|
||||||
input.tag-input.e2e-add-tag-input(
|
input.tag-input.e2e-add-tag-input(
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="{{'COMMON.TAGS.PLACEHOLDER' | translate}}"
|
placeholder="{{'COMMON.TAGS.PLACEHOLDER' | translate}}"
|
||||||
autofocus
|
tg-autofocus
|
||||||
ng-model="vm.newTag.name"
|
ng-model="vm.newTag.name"
|
||||||
ng-model-options="{debounce: 200}"
|
ng-model-options="{debounce: 200}"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue