|
|
@@ -166,6 +166,8 @@ const SearchTypeahead: ForwardRefRenderFunction<IFocusable, Props> = (props: Pro
|
|
|
}, [onSearchError, searchError]);
|
|
|
|
|
|
useEffect(() => {
|
|
|
+ // update input with Next Link
|
|
|
+ // update input workaround. see: https://github.com/ericgio/react-bootstrap-typeahead/issues/266#issuecomment-414987723
|
|
|
if (typeaheadRef.current != null) {
|
|
|
typeaheadRef.current.setState({
|
|
|
text: keywordOnInit,
|