-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I'm using the widget inside a component that's shown or hidden in a form, and I found out that when I hide the container component, the recaptcha is still shows, but in the top-left corner, above anything else.
I solved this setting the restamp="true" in the container component, and modifying the detached method as follows:
detached: function() {
// TODO: remove event listener
this.container.remove();
},
Do you think it can be the correct approach?
Thanks
Andrea
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels