Update/fix the blur handling for the tags editor
This commit is contained in:
committed by
Sebastiaan Janssen
parent
152b318d78
commit
e34a0ec73b
@@ -25,7 +25,7 @@
|
||||
class="typeahead tags-{{vm.htmlId}}"
|
||||
ng-model="vm.tagToAdd"
|
||||
ng-keydown="vm.addTagOnEnter($event)"
|
||||
on-blur="vm.addTag()"
|
||||
ng-blur="vm.addTag()"
|
||||
localize="placeholder"
|
||||
placeholder="@placeholders_enterTags" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user