견적서 안건명Omit select isClearable true

This commit is contained in:
basssy 2025-03-05 10:13:33 +09:00
parent 89f5c2d708
commit 087d43cc15

View File

@ -1263,7 +1263,7 @@ export default function Estimate({}) {
}} }}
getOptionLabel={(x) => x.clCodeNm} getOptionLabel={(x) => x.clCodeNm}
getOptionValue={(x) => x.clCode} getOptionValue={(x) => x.clCode}
isClearable={false} isClearable={true}
isSearchable={false} isSearchable={false}
value={honorificCodeList.filter(function (option) { value={honorificCodeList.filter(function (option) {
return option.clCodeNm === estimateContextState.objectNameOmit return option.clCodeNm === estimateContextState.objectNameOmit