LP1995418 Shelving location selector won't dropdown
authorTiffany Little <tlittle@georgialibraries.org>
Wed, 28 Dec 2022 14:44:26 +0000 (09:44 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 4 Jan 2023 15:22:32 +0000 (10:22 -0500)
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.component.ts

index e4836fd..809043e 100644 (file)
@@ -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;