Skip to content

Commit

Permalink
Merge pull request #137 from Caerostris/master
Browse files Browse the repository at this point in the history
fix(Geosuggest): Set autoComplete='off' and remove autoComplete option
  • Loading branch information
ro-ka committed May 27, 2016
2 parents 2f32642 + 33763dd commit 307edba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Geosuggest.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ class Geosuggest extends React.Component {
);
var input = <Input className={this.props.inputClassName}
ref='input'
autoComplete='off'
value={this.state.userInput}
onChange={this.onInputChange.bind(this)}
onFocus={this.onInputFocus.bind(this)}
Expand Down
1 change: 0 additions & 1 deletion src/filter-input-attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Attributes allowed on input elements
*/
const allowedAttributes = [
'autoComplete',
'autoFocus',
'disabled',
'form',
Expand Down

0 comments on commit 307edba

Please sign in to comment.