Fix tags dropdown doesnt show 'no items found' when tags empty
This commit is contained in:
parent
837544fb55
commit
19188bb3b1
@ -7,7 +7,7 @@
|
||||
[multiple]="true"
|
||||
[closeOnSelect]="false"
|
||||
[clearSearchOnAdd]="true"
|
||||
[hideSelected]="true"
|
||||
[hideSelected]="tags.length > 0"
|
||||
[addTag]="allowCreate ? createTagRef : false"
|
||||
addTagText="Add tag"
|
||||
i18n-addTagText
|
||||
|
Loading…
x
Reference in New Issue
Block a user