mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
[HIMA-637] added logic on customer creation when gastkunde or onlinekunde selected Land can be only Deutchland
This commit is contained in:
@@ -41,6 +41,11 @@ export class SelectComponent implements OnInit {
|
||||
this.toggleDropdown();
|
||||
}
|
||||
|
||||
public change(option: string | number) {
|
||||
this.dirty = option !== this.label;
|
||||
this.selected = this.dirty ? option : this.label;
|
||||
}
|
||||
|
||||
toggleDropdown() {
|
||||
this.isOpen = !this.isOpen;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user