-
Notifications
You must be signed in to change notification settings - Fork 819
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
Item click inside the InfoWindow #517
Comments
I am having this same issue! My workaround for now is using onOpen to do any button commands when using InfoWindow. (but would like to insert button and trigger from there in the future!) |
i'm having this same issue. any solution ? |
No, even font family gets changed when try to open the info window. you may look out to an another library, but i did'nt tried it. |
We can work around this by calling a function on the onOpen event on the InfoWindow component; inside that function, we can render the components where we want the click events. |
Hi,
I have added a button in the info window, but i cant perform any action on click of that button.
The text was updated successfully, but these errors were encountered: