Handle "private" tags, doctypes, correspondents

This commit is contained in:
shamoon
2023-03-06 16:32:20 -08:00
parent 53a664fb8f
commit 4720a61a59
6 changed files with 59 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
[disabled]="disabled"
[style.color]="textColor"
[style.background]="backgroundColor"
[class.private]="isPrivate"
[clearable]="allowNull"
[items]="items"
[addTag]="allowCreateNew && addItemRef"