Open
Description
What happened?
After forward tabbing through the CardElement
if the next focusable element is within an iframe
then it will be skipped.
My use case is that I'm combining the AddressElement
with CardElement
and the former renders it's inputs within an iframe
, breaking keyboard accessibility if CardElement
appears before.
Environment
Chrome 107.0.5304.110 (Official Build) (arm64) on MacBook 12.6 (21G115)
Reproduction
https://codesandbox.io/s/stripe-card-element-tab-focus-fs30nu?file=/src/CardForm.tsx
Activity