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

Adding tabIndex props does not actually add tabIndex to the clickable checkbox component #273

Open bhoomipatel6386 opened 4 years ago

bhoomipatel6386 commented 4 years ago

Adding tabIndex props does not actually add tabIndex to the clickable checkbox component, instead it adds it to the parent div which wraps the iframe. Not sure how can I get tabIndex set on the checkbox