-
Notifications
You must be signed in to change notification settings - Fork 843
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
EuiComboBox - onBlur callback is invoked when the element focused #1736
Comments
What do you want to trigger via For sure though, there is a bug causing |
Input seemed to make sense at the time, but the primary goal of that PR was to expose |
@chandlerprall I suppose that
By "another feature" do you mean a feature of |
I meant by something within |
@maryia-lapata the |
@chandlerprall I appreciate it so much. It works like a charm 👍 |
EuiComboBox's
onBlur
event doesn’t seem to work correctly.OnBlur
callback is invoked wheninput
tag misses the focus, whereinput
tag is 2 px wide, when nothing was typed. So when I click on empty or filled combo,onBlur
event is triggered, and it'd difficult to handle properly when EuiComboBox is touched in the form.The text was updated successfully, but these errors were encountered: