Skip to content

Commit

Permalink
fix: remove data-role from searchBox
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Aug 4, 2015
1 parent be8e9f8 commit bdfe6d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/SearchBox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ var SearchBox = React.createClass({
placeholder={this.props.placeholder}
name="algolia-query"
className={classNames}
data-role="autocomplete"
autoComplete="off"
autoFocus="autofocus"
onChange={this.change}
Expand Down

0 comments on commit bdfe6d3

Please sign in to comment.