Skip to content

Commit

Permalink
Merge pull request jquense#230 from williamstein/patch-1
Browse files Browse the repository at this point in the history
autoFocus was incorrectly included twice in an object, which violates…
  • Loading branch information
jquense committed Oct 15, 2015
2 parents 6ec06b8 + dbc37b1 commit eef06c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Combobox.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ var ComboBox = _react2['default'].createClass(babelHelpers.createDecoratedObject
_react2['default'].createElement(_ComboboxInput2['default'], {
ref: 'input',
id: inputID,
autoFocus: autoFocus,
tabIndex: tabIndex,
suggest: suggest,
name: name,
Expand Down Expand Up @@ -503,4 +502,4 @@ function getFilter(suggest, word, textField) {
return suggest(item, word);
};
}
module.exports = exports['default'];
module.exports = exports['default'];

0 comments on commit eef06c9

Please sign in to comment.