mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#1328 HFI // Validierungstext bei Dropdown Kundenanlage => Anrede
This commit is contained in:
@@ -135,6 +135,7 @@ export class UiSelectComponent extends UiFormControlDirective<any> implements Co
|
|||||||
close() {
|
close() {
|
||||||
if (this.toggled) {
|
if (this.toggled) {
|
||||||
this.toggled = false;
|
this.toggled = false;
|
||||||
|
this.onChange(this.value);
|
||||||
this.onTouched();
|
this.onTouched();
|
||||||
this.cdr.markForCheck();
|
this.cdr.markForCheck();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user