LP1989284 Add ID for authority combobox user/sleary/lp1989284-combobox-labels
authorStephanie Leary <stephanie.leary@equinoxOLI.org>
Wed, 1 Mar 2023 20:23:30 +0000 (14:23 -0600)
committerStephanie Leary <stephanie.leary@equinoxOLI.org>
Wed, 1 Mar 2023 20:23:52 +0000 (14:23 -0600)
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html

index a198eb9..3562e28 100644 (file)
@@ -20,9 +20,9 @@
   <div class="col-lg-5">
     <div class="input-group">
       <div class="input-group-prepend">
-        <label for="eg-combobox-0" class="input-group-text" id="auth-axis" i18n>Authority Type</label>
+        <label for="axisCbox" class="input-group-text" id="auth-axis" i18n>Authority Type</label>
       </div>
-      <eg-combobox #axisCbox [(ngModel)]="authorityAxis"
+      <eg-combobox #axisCbox [(ngModel)]="authorityAxis" domId="axisCbox"
         [entries]="browse.authorityAxes" (onChange)="search(null, true)">
       </eg-combobox>
       <!--