diff --git a/backend/src/Squidex.Domain.Apps.Core.Model/Schemas/TagsFieldProperties.cs b/backend/src/Squidex.Domain.Apps.Core.Model/Schemas/TagsFieldProperties.cs index ffa0fc1c5..83a7eb8e3 100644 --- a/backend/src/Squidex.Domain.Apps.Core.Model/Schemas/TagsFieldProperties.cs +++ b/backend/src/Squidex.Domain.Apps.Core.Model/Schemas/TagsFieldProperties.cs @@ -9,6 +9,7 @@ using System.Collections.ObjectModel; namespace Squidex.Domain.Apps.Core.Schemas { + [Equals(DoNotAddEqualityOperators = true)] public sealed class TagsFieldProperties : FieldProperties { public ReadOnlyCollection? AllowedValues { get; set; } diff --git a/frontend/app/framework/angular/forms/editors/tag-editor.component.html b/frontend/app/framework/angular/forms/editors/tag-editor.component.html index fb4b367d4..08fa47964 100644 --- a/frontend/app/framework/angular/forms/editors/tag-editor.component.html +++ b/frontend/app/framework/angular/forms/editors/tag-editor.component.html @@ -6,7 +6,7 @@ [class.readonly]="readonly" [class.multiline]="!singleLine" [class.focus]="snapshot.hasFocus" - [class.disabled]="addInput.disabled" + [class.disabled]="snapshot.isDisabled" [class.dashed]="dashed && !(snapshot.items.length > 0)">