Skip to content

Commit

Permalink
fix(SearchBox): Missing poweredBy in the not focused SearchBox
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerska committed Sep 24, 2015
1 parent a832b28 commit ef695ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions widgets/search-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function searchbox(params) {
placeholder={params.placeholder}
inputClass={params.cssClass}
value={state.query}
poweredBy={params.poweredBy}
/>,
container
);
Expand Down

0 comments on commit ef695ff

Please sign in to comment.