Skip to content

Commit

Permalink
Address PR comments and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Aug 27, 2018
1 parent f89f495 commit 1c3ad3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `3.7.0`.

- Added color and monotone icons for AWS and GCP. ([#1135](https://github.com/elastic/eui/pull/1135))
- Added color and monotone icons for AWS and GCP ([#1135](https://github.com/elastic/eui/pull/1135))
- Added `singleSelection.asPlainText` prop to `EuiComboBox` ([#1139](https://github.com/elastic/eui/pull/1139))

## [`3.7.0`](https://github.com/elastic/eui/tree/v3.7.0)

Expand Down
4 changes: 3 additions & 1 deletion src/components/combo_box/combo_box.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ export class EuiComboBox extends Component {
async: PropTypes.bool,
singleSelection: PropTypes.oneOfType([
PropTypes.bool,
PropTypes.object,
PropTypes.shape({
asPlainText: PropTypes.bool,
}),
]),
noSuggestions: PropTypes.bool,
options: PropTypes.array,
Expand Down

0 comments on commit 1c3ad3e

Please sign in to comment.