#1328 HFI // Validierungstext bei Dropdown Kundenanlage => Anrede

This commit is contained in:
Andreas Schickinger
2021-01-18 18:06:44 +01:00
parent f093baf8b9
commit f91faaa921

View File

@@ -135,6 +135,7 @@ export class UiSelectComponent extends UiFormControlDirective<any> implements Co
close() {
if (this.toggled) {
this.toggled = false;
this.onChange(this.value);
this.onTouched();
this.cdr.markForCheck();
}