Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix focus on single selection #1965

Merged
merged 8 commits into from
May 30, 2019
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `11.2.0`.
**Bug fixes**

- Fix focus on single selection ([#1965](https://github.com/elastic/eui/pull/1965))
PhilippBaranovskiy marked this conversation as resolved.
Show resolved Hide resolved

## [`11.2.0`](https://github.com/elastic/eui/tree/v11.2.0)

Expand Down
1 change: 0 additions & 1 deletion src/components/combo_box/combo_box.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ export class EuiComboBox extends Component {

if (singleSelection) {
PhilippBaranovskiy marked this conversation as resolved.
Show resolved Hide resolved
this.closeList();
this.searchInput.blur();
return;
}

Expand Down