appleboy / react-recaptcha

A react.js reCAPTCHA for Google
https://www.google.com/recaptcha/intro/index.html
BSD 3-Clause "New" or "Revised" License
635 stars 97 forks source link

Pass reCAPTCHA widget id into reset method #184

Closed pika-shi closed 7 years ago

pika-shi commented 7 years ago

When multiple reCAPTCHA widgets are on a single page, grecaptcha.reset() only resets the first widget.

So I save the return value of grecaptcha.render(), and pass it to a reset method 😄

appleboy commented 7 years ago

@pika-shi Thanks.

appleboy commented 7 years ago

@pika-shi bump to 2.2.6