From 7a00055b4a5ef302c23c9f39d9b6dc385f4534c5 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 17 Mar 2021 12:23:13 -0400 Subject: [PATCH] LP1904036 Combobox supports domId input Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts b/Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts index 390e6bcb1d..3f8182e895 100644 --- a/Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts +++ b/Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts @@ -47,7 +47,9 @@ export class IdlClassTemplateDirective { multi: true }] }) -export class ComboboxComponent implements ControlValueAccessor, OnInit, AfterViewInit, OnChanges { +export class ComboboxComponent + implements ControlValueAccessor, OnInit, AfterViewInit, OnChanges { + static domIdAuto = 0; selected: ComboboxEntry; -- 2.11.0