feature/IO-3497-Ant-Design-v5-to-v6 - Update
This commit is contained in:
@@ -62,14 +62,15 @@ const JobSearchSelect = (
|
||||
<Select
|
||||
ref={ref}
|
||||
disabled={disabled}
|
||||
showSearch
|
||||
showSearch={{
|
||||
filterOption: false,
|
||||
onSearch: handleSearch
|
||||
}}
|
||||
autoFocus
|
||||
allowClear={!loading}
|
||||
style={{
|
||||
width: "100%"
|
||||
}}
|
||||
filterOption={false}
|
||||
onSearch={handleSearch}
|
||||
//loading={loading || idLoading}
|
||||
suffixIcon={(loading || idLoading) && <Spin />}
|
||||
notFoundContent={loading ? <LoadingOutlined /> : null}
|
||||
|
||||
Reference in New Issue
Block a user