diff --git a/content-src/components/Search/Search.js b/content-src/components/Search/Search.js index c8c3c28074..694bd53565 100644 --- a/content-src/components/Search/Search.js +++ b/content-src/components/Search/Search.js @@ -200,7 +200,12 @@ const Search = React.createClass({ newIndex = -1; numSuggestions--; } - break; + this.setState({ + activeIndex: newIndex, + activeSuggestionIndex: newSuggestionIndex, + activeEngineIndex: newEngineIndex + }); + return; case "Enter": e.preventDefault(); // If the change settings button is selected, fire the action for it.