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.
2 parents a2531e5 + 018d44c commit a8f3194Copy full SHA for a8f3194
src/app/shared/form/builder/ds-dynamic-form-ui/models/tag/dynamic-tag.component.ts
@@ -178,7 +178,7 @@ export class DsDynamicTagComponent extends DsDynamicVocabularyComponent implemen
178
* @param event The value to emit.
179
*/
180
onBlur(event: Event) {
181
- if (isNotEmpty(this.currentValue) && !this.instance.isPopupOpen()) {
+ if (isNotEmpty(this.currentValue) && (!this.model.hasAuthority || !this.instance.isPopupOpen())) {
182
this.addTagsToChips();
183
}
184
this.blur.emit(event);
0 commit comments