diff --git a/CHANGELOG.md b/CHANGELOG.md index f2eca676311..84e947a650b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # [`master`](https://github.com/elastic/eui/tree/master) -No public interface changes since `0.0.10`. +**Bug fixes** + +- Clicking the downArrow icon in `EuiSelect` now triggers selection. [(#237)[https://github.com/elastic/eui/pull/255]] + +**Breaking changes** + +- `{rest}` prop attacmhment moved from wrapping div to the input on checkboxes and switches. [(#246)](https://github.com/elastic/eui/pull/246) # [`0.0.10`](https://github.com/elastic/eui/tree/v0.0.10) @@ -17,7 +23,6 @@ No public interface changes since `0.0.10`. - Fix bug in `Pager` service which occurred when there were no items. [(#237)[https://github.com/elastic/eui/pull/237]] - Add `isPageable` method to `Pager` service and set first and last page index to -1 when there are no pages. [(#242)[https://github.com/elastic/eui/pull/242]] -- Apply additional props to checkbox/switch inputs rather than wrappers. [(#246)](https://github.com/elastic/eui/pull/246) # [`0.0.9`](https://github.com/elastic/eui/tree/v0.0.9) diff --git a/src/components/form/form_control_layout/_form_control_layout.scss b/src/components/form/form_control_layout/_form_control_layout.scss index ad8c75baeb9..257abcdc311 100644 --- a/src/components/form/form_control_layout/_form_control_layout.scss +++ b/src/components/form/form_control_layout/_form_control_layout.scss @@ -13,6 +13,7 @@ position: absolute; top: $euiSizeM; left: $euiSizeM; + pointer-events: none; } .euiFormControlLayout__icon--right {