We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
active
EuiOutsideClickDetector should be pausable based on an active prop. EuiPopover should use this to pause its click detector when the popover is closed.
EuiOutsideClickDetector
The text was updated successfully, but these errors were encountered:
Is this different than the isDisabled prop that EuiOutsideClickDetector already accepts (and uses to "exit" the outside click handler?
isDisabled
Sorry, something went wrong.
Heh. Nope. Let's use isDisabled from the popover then :)
😄 That's what I figured. EuiColorPicker has the same problem as EuiPopover here, so I'll address both.
EuiColorPicker
EuiPopover
thompsongl
Successfully merging a pull request may close this issue.
EuiOutsideClickDetector
should be pausable based on anactive
prop. EuiPopover should use this to pause its click detector when the popover is closed.The text was updated successfully, but these errors were encountered: