Skip to content

Commit

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

- 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))
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))

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

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

0 comments on commit 48dafb5

Please sign in to comment.