LP#1942220: turn on empty-click for fund selectors in items form
authorGalen Charlton <gmc@equinoxOLI.org>
Mon, 13 Dec 2021 21:55:01 +0000 (16:55 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Mon, 13 Dec 2021 21:55:01 +0000 (16:55 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html

index c30f89e..380bcd8 100644 (file)
@@ -37,6 +37,7 @@
   <div class="flex-1 p-1">
     <eg-combobox idlClass="acqf" placeholder="Fund..." i18n-placeholder
       [readOnly]="fieldIsDisabled('fund')"
+      [asyncSupportsEmptyTermClick]="true"
       #fundSelector [entries]="fundEntries"
       [selectedId]="copy.fund()" (onChange)="valueChange('fund', $event)"
       [idlQuerySort]="{acqf: 'year DESC, code'}"