-
Notifications
You must be signed in to change notification settings - Fork 840
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
Compute EuiComboBox's listbox zIndex #3551
Compute EuiComboBox's listbox zIndex #3551
Conversation
Preview documentation changes for this PR: https://eui.elastic.co/pr_3551/ |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3551/ |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3551/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM. I can think of any degradations at the moment, so 🤞
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested in browser and can't think of any problems this could cause.
jenkins test this? |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3551/ |
* Updated EuiComboBox to match its combobox zIndex when rendering the listbox * changelog * Removed , now programmatically determining combobox options list zindex
Summary
Fixes an issue reported by @Kerry350 where a flyout>expression>popover>combobox's options list is rendered under the popover.
getElementZIndex
from popover_positioning service to find the target zIndex when opening the listboxBefore
After
Checklist
- [ ] Check against all themes for compatibility in both light and dark modesIE11and Firefox- [ ] Props have proper autodocs