From: Tiffany Little Date: Wed, 28 Dec 2022 14:44:26 +0000 (-0500) Subject: LP1995418 Shelving location selector won't dropdown X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0966c4d12e93408bb4396902104c5c00dff821e6;p=Evergreen.git LP1995418 Shelving location selector won't dropdown Signed-off-by: Tiffany Little Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.component.ts b/Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.component.ts index e4836fd0d3..809043e0a1 100644 --- a/Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.component.ts +++ b/Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.component.ts @@ -69,7 +69,7 @@ export class ItemLocationSelectComponent ItemLocationSelectComponent.domIdAuto++; // If false, selector will be click-able - @Input() loadAsync = true; + @Input() loadAsync = false; @Input() disabled = false;