견적서 안건명Omit select isClearable true
This commit is contained in:
parent
89f5c2d708
commit
087d43cc15
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user