Skip to content

Commit

Permalink
[update] Bind the search in nav bar value
Browse files Browse the repository at this point in the history
  • Loading branch information
imouto1994 committed Mar 16, 2016
1 parent ff0765f commit 629c7a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webapp/components/_containers/AppContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ class AppContainer extends PureComponent {
type="text"
className="form-control"
placeholder="Search"
value={ this.state.formData[SEARCH_FIELD] }
onChange={ (e) => this._onInputChange(SEARCH_FIELD, e.target.value) }/>
<div className="input-group-btn">
<button className={ `${CLASS_NAME}-navbar-search btn btn-transparent` } type="submit">
Expand Down

0 comments on commit 629c7a5

Please sign in to comment.