Browse Source

Closes #190

Closes #192
pull/194/head
Sebastian Stehle 9 years ago
parent
commit
a3ef95dfe8
  1. 3
      src/Squidex/app/framework/angular/tag-editor.component.html

3
src/Squidex/app/framework/angular/tag-editor.component.html

@ -2,7 +2,8 @@
[formControl]="addInput"
autocomplete="off"
autocorrect="off"
autocapitalize="off">
autocapitalize="off"
placeholder="Press enter to add new item">
<div class="items">
<span class="item" *ngFor="let item of items; let i = index" [class.disabled]="addInput.disabled">

Loading…
Cancel
Save