We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9a98a commit 018d44cCopy full SHA for 018d44c
src/app/shared/form/builder/ds-dynamic-form-ui/models/tag/dynamic-tag.component.ts
@@ -151,7 +151,7 @@ export class DsDynamicTagComponent extends DsDynamicVocabularyComponent implemen
151
* @param event The value to emit.
152
*/
153
onBlur(event: Event) {
154
- if (isNotEmpty(this.currentValue) && !this.instance.isPopupOpen()) {
+ if (isNotEmpty(this.currentValue) && (!this.model.hasAuthority || !this.instance.isPopupOpen())) {
155
this.addTagsToChips();
156
}
157
this.blur.emit(event);
0 commit comments