@sledge-app/react-instant-search 0.0.91 → 0.0.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/SearchIconWidget/SearchIconWidgetPopup.d.ts.map +1 -1
- package/dist/sledge-react-instant-search.cjs +1 -1
- package/dist/sledge-react-instant-search.cjs.map +1 -1
- package/dist/sledge-react-instant-search.js +1 -3
- package/dist/sledge-react-instant-search.js.map +1 -1
- package/package.json +1 -1
|
@@ -2977,10 +2977,8 @@ const SearchIconWidgetPopup = () => {
|
|
|
2977
2977
|
searchViewMoreResultComponent
|
|
2978
2978
|
});
|
|
2979
2979
|
setTimeout(() => {
|
|
2980
|
-
if (searchFieldRef == null ? void 0 : searchFieldRef.current)
|
|
2980
|
+
if (searchFieldRef == null ? void 0 : searchFieldRef.current)
|
|
2981
2981
|
searchFieldRef.current.focus();
|
|
2982
|
-
searchFieldRef.current.value = keyword;
|
|
2983
|
-
}
|
|
2984
2982
|
}, 500);
|
|
2985
2983
|
};
|
|
2986
2984
|
}
|