|
@@ -149,6 +149,7 @@ const SearchVocabulary = ({
|
|
|
style={{ width: "100%" }}
|
|
style={{ width: "100%" }}
|
|
|
size={compact ? undefined : "large"}
|
|
size={compact ? undefined : "large"}
|
|
|
placeholder="search here"
|
|
placeholder="search here"
|
|
|
|
|
+ loading={fetching}
|
|
|
onSearch={(val: string) => {
|
|
onSearch={(val: string) => {
|
|
|
onSearch?.(val);
|
|
onSearch?.(val);
|
|
|
}}
|
|
}}
|