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 6bc94eb commit 8bb68bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Tweaked sizing, weights, color, line-heights, and added more levels to `EuiTitle` and `EuiText` ([#627](https://github.com/elastic/eui/pull/627))
- Add TypeScript type defitions for `EuiPortal`, `EuiText` and `EuiTitle` as well as the `calculatePopoverPosition` service ([#638](https://github.com/elastic/eui/pull/638))
- add disabled prop to `EuiComboBoxOption` ([#650](https://github.com/elastic/eui/pull/650))

**Bug fixes**

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 8bb68bc

Please sign in to comment.