From ebcccfc705549dd99a8ed940680d4df7050e0f4f Mon Sep 17 00:00:00 2001 From: Alex Cheung Date: Fri, 22 Nov 2024 17:14:24 +0800 Subject: [PATCH] update proof combo --- src/pages/Proof/Search_GLD/SearchForm.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/pages/Proof/Search_GLD/SearchForm.js b/src/pages/Proof/Search_GLD/SearchForm.js index 1af7cae..f27481b 100644 --- a/src/pages/Proof/Search_GLD/SearchForm.js +++ b/src/pages/Proof/Search_GLD/SearchForm.js @@ -347,10 +347,11 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss option.groupType} + size="small" value={orgSelected} getOptionLabel={(option) => option.name? option.name : ""} inputValue={orgSelected ? orgSelected.name : ""} @@ -369,6 +370,14 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss }} /> )} + renderGroup={(params) => ( + + + {params.group} + + {params.children} + + )} /> : <>