<Select
<Select
showSearch={false}
style={{ width: 150 }}
placeholder="Firms"
onSearch={undefined}
onChange={undefined}
searchValue={""}
{...firmSelect}
/>
Hi guys. Sorry for asking here because ai couldnt solve. This select still do Api calls to the server. How can I disable it?
showSearch={false}
style={{ width: 150 }}
placeholder="Firms"
onSearch={undefined}
onChange={undefined}
searchValue={""}
{...firmSelect}
/>
Hi guys. Sorry for asking here because ai couldnt solve. This select still do Api calls to the server. How can I disable it?
