Closed
Description
Trying to use the recaptcha v2 component in parallel (I have a login, register and reset password forms that I use it for, however it will render only for one of the forms (the login). All of these forms exist on the dom at the same time. The methods also seem universal, in that they're not encapsulated to that instance of the component, so calling reset on one component will reset all the components.
An example being that vue-recaptcha are encapsulated, don't share state or methods and I can hook into them directly through this.$refs.
Metadata
Metadata
Assignees
Labels
No labels