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
hideOnScroll
<Popup trigger={...} content="..." on="click" hideOnScroll open={this.state.isOpen} onOpen={this.handleOpen} onClose={this.handleClose} />
Click on the trigger to show the popup
Scroll the page
The popup should hide, and the onClose method should be called.
The popup hides only during scroll, and reappears at scroll end. onClose is never called.
0.75.1
https://codesandbox.io/s/8x9pryv602
The text was updated successfully, but these errors were encountered:
@amaurymartiny No issues with this on 0.77.0. Have you thought about updating?
Sorry, something went wrong.
Correct, closing.
No branches or pull requests
Steps
hideOnScroll
prop set to true.Click on the trigger to show the popup
Scroll the page
Expected Result
The popup should hide, and the onClose method should be called.
Actual Result
The popup hides only during scroll, and reappears at scroll end. onClose is never called.
Version
0.75.1
Testcase
https://codesandbox.io/s/8x9pryv602
The text was updated successfully, but these errors were encountered: