Skip to content

Commit dbc37b1

Browse files
committed
autoFocus was incorrectly included twice in an object, which violates strict mode.
1 parent 6ec06b8 commit dbc37b1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/Combobox.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ var ComboBox = _react2['default'].createClass(babelHelpers.createDecoratedObject
282282
_react2['default'].createElement(_ComboboxInput2['default'], {
283283
ref: 'input',
284284
id: inputID,
285-
autoFocus: autoFocus,
286285
tabIndex: tabIndex,
287286
suggest: suggest,
288287
name: name,
@@ -503,4 +502,4 @@ function getFilter(suggest, word, textField) {
503502
return suggest(item, word);
504503
};
505504
}
506-
module.exports = exports['default'];
505+
module.exports = exports['default'];

0 commit comments

Comments
 (0)