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

EuiSelect no longer focuses the select when clicking on the caret #893

Closed
cchaos opened this issue Jun 1, 2018 · 0 comments
Closed

EuiSelect no longer focuses the select when clicking on the caret #893

cchaos opened this issue Jun 1, 2018 · 0 comments
Labels

Comments

@cchaos
Copy link
Contributor

cchaos commented Jun 1, 2018

By wrapping the caret svg in another wrapper, that wrapper will now accept pointer-events and so it's will no longer focus the select element. However, we can't just add pointer-events: none to the wrapper because then the buttons will stop being selectable.

cc @cjcenizal Because this broke when the EuiFormControlLayout stuff changed.

I'm also assigning an engineer, because all that logic is super complicated to me and may need further thought.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant