foolish-indigoF
Refine17mo ago
4 replies
foolish-indigo

Useselect Disable Api call When Changes

<Select

showSearch={false}
style={{ width: 150 }}
placeholder="Firms"
onSearch={undefined}
onChange={undefined}
searchValue={""}
{...firmSelect}
/>

it still do api calls. How can I disable api call. I want it to search locally
Was this page helpful?