-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
Close trigger on button click
#303
Comments
I have the same problem, do you know how to solve it? |
I tried couple of ways but did not found any particular solution. |
@Don-ixu I have found a way to show and hide the popup, use props However I still don't see any props to close the modal when user clicks outside of the popup, tho I have used third party package but if we get that in-build it will be easy for us. |
this works,but should pass setVisible(false) to popup inside, wonder a better solution |
How can I close the trigger popup on the external click, there is a use-case in code
Here is the code.
The text was updated successfully, but these errors were encountered: