Browse Source

Disable spell check for tag input.

pull/320/head
Sebastian Stehle 7 years ago
parent
commit
42aabe3fc0
  1. 3
      src/Squidex/app/framework/angular/forms/tag-editor.component.html

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

@ -17,7 +17,8 @@
[disabled]="addInput.disabled"
autocomplete="off"
autocorrect="off"
autocapitalize="off">
autocapitalize="off"
spellcheck="false">
</div>
<div *ngIf="suggestedItems.length > 0" [sqxModalTarget]="form" class="control-dropdown" #container position="bottomLeft">

Loading…
Cancel
Save