Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Apr 10, 2018
1 parent fd8d3ad commit c57ed7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `0.0.40`.
- add disabled prop to `EuiComboBoxOption` ([#650](https://github.com/elastic/eui/pull/650))

# [`0.0.40`](https://github.com/elastic/eui/tree/v0.0.40)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export class EuiComboBoxOption extends Component {
optionRef: PropTypes.func,
onClick: PropTypes.func.isRequired,
onEnterKey: PropTypes.func.isRequired,
disabled: PropTypes.bool,
}

onClick = () => {
Expand Down

0 comments on commit c57ed7d

Please sign in to comment.