Automatically remove suggestions after add

This commit is contained in:
shamoon
2025-04-22 00:21:26 -07:00
parent c416bca3df
commit 2e34223ead
3 changed files with 86 additions and 1 deletions

View File

@@ -116,7 +116,7 @@
[loading]="suggestionsLoading"
[suggestions]="suggestions"
(getSuggestions)="getSuggestions()"
(addTag)="tagsInput.createTag($event)"
(addTag)="createTag($event)"
(addDocumentType)="createDocumentType($event)"
(addCorrespondent)="createCorrespondent($event)">
</pngx-suggestions-dropdown>