dylanfpaul

Results 3 issues of dylanfpaul

From the google documentation: ``` grecaptcha.render( container, parameters ) ``` Renders the container as a reCAPTCHA widget and **returns the ID of the newly created widget**.

Is this the expected behaviour? Is there a way to not automatically focus and also only take 1 tab press to start focusing something?

# Bug Report ## Problem ### What is expected to happen? When I am using a beforeload event listener, passing a url to the callback should load that URL as...