forked from Gitlink/forgeplus-react
save
This commit is contained in:
parent
fd53c682cd
commit
863333c5bb
|
|
@ -46,11 +46,9 @@ function CaseDrop({
|
||||||
showSearch
|
showSearch
|
||||||
onChange={setV}
|
onChange={setV}
|
||||||
placeholder={name}
|
placeholder={name}
|
||||||
// options={filterUnitList && filterUnitList.map(item => ({ value: item.test_case,label:item.test_case }))}
|
|
||||||
className={"boxStyles"}
|
className={"boxStyles"}
|
||||||
bordered={false}
|
bordered={false}
|
||||||
onBlur={()=>{if(onBlur){onBlur(v)}}}
|
onBlur={()=>{if(onBlur){onBlur(v)}}}
|
||||||
maxLength={100}
|
|
||||||
>
|
>
|
||||||
{
|
{
|
||||||
filterUnitList && filterUnitList.length > 0 &&
|
filterUnitList && filterUnitList.length > 0 &&
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue