From 69df9af7e1e879e9de5d9c20955e7e9542dd0da5 Mon Sep 17 00:00:00 2001 From: jfrye122 Date: Thu, 1 Jun 2023 09:52:36 -0400 Subject: [PATCH] removed search bar from cost center dropdown --- components/Selects/select-cost-center.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Selects/select-cost-center.jsx b/components/Selects/select-cost-center.jsx index 136c076..f048aca 100644 --- a/components/Selects/select-cost-center.jsx +++ b/components/Selects/select-cost-center.jsx @@ -53,7 +53,7 @@ export function CostCenterSelect(props) { selectedTextStyle={styles.selectedTextStyle} inputSearchStyle={styles.inputSearchStyle} iconStyle={styles.iconStyle} - search + maxHeight={300} labelField="label" valueField="value"