Fix tags dropdown doesnt show 'no items found' when tags empty

This commit is contained in:
shamoon 2023-09-22 08:20:00 -07:00
parent 837544fb55
commit 19188bb3b1

View File

@ -7,7 +7,7 @@
[multiple]="true" [multiple]="true"
[closeOnSelect]="false" [closeOnSelect]="false"
[clearSearchOnAdd]="true" [clearSearchOnAdd]="true"
[hideSelected]="true" [hideSelected]="tags.length > 0"
[addTag]="allowCreate ? createTagRef : false" [addTag]="allowCreate ? createTagRef : false"
addTagText="Add tag" addTagText="Add tag"
i18n-addTagText i18n-addTagText