Skip to content

Commit bdfe6d3

Browse files
author
vvo
committed
fix: remove data-role from searchBox
1 parent be8e9f8 commit bdfe6d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/SearchBox/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ var SearchBox = React.createClass({
2020
placeholder={this.props.placeholder}
2121
name="algolia-query"
2222
className={classNames}
23-
data-role="autocomplete"
2423
autoComplete="off"
2524
autoFocus="autofocus"
2625
onChange={this.change}

0 commit comments

Comments
 (0)