diff --git a/src/Squidex/app/framework/angular/tag-editor.component.html b/src/Squidex/app/framework/angular/tag-editor.component.html index 4ff49dbaf..860104663 100644 --- a/src/Squidex/app/framework/angular/tag-editor.component.html +++ b/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">