From d59cc6bb863d0be9ec2c13d5497de3f464b18817 Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Tue, 2 Jan 2018 13:14:08 -0800 Subject: [PATCH 1/2] remove pointer events from select caret --- .../form/form_control_layout/_form_control_layout.scss | 1 + 1 file changed, 1 insertion(+) 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 { From 6cf7fd564e965022f336192d167306f874e441bc Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Tue, 2 Jan 2018 13:20:08 -0800 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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)