Skip to content

Commit

Permalink
Fix EuiComboBox's handling of inputRef (#1867)
Browse files Browse the repository at this point in the history
* Fix EuiComboBox's handling of inputRef

* changelog
  • Loading branch information
chandlerprall authored Apr 22, 2019
1 parent dde2123 commit deace8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `10.1.0`.
**Bug fixes**

- Fixed `EuiComboBox` to not pass its `inputRef` prop down to the DOM ([#1867](https://github.com/elastic/eui/pull/1867))

## [`10.1.0`](https://github.com/elastic/eui/tree/v10.1.0)

Expand Down
1 change: 1 addition & 0 deletions src/components/combo_box/combo_box.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ export class EuiComboBox extends Component {
onSearchChange, // eslint-disable-line no-unused-vars
async, // eslint-disable-line no-unused-vars
onBlur, // eslint-disable-line no-unused-vars
inputRef, // eslint-disable-line no-unused-vars
isInvalid,
rowHeight,
isClearable,
Expand Down

0 comments on commit deace8d

Please sign in to comment.