braintree / braintree-web

A suite of tools for integrating Braintree in the browser
https://developer.paypal.com/braintree/docs/start/hello-client/javascript/v3
MIT License
444 stars 134 forks source link

autofill doesn't work inside an iframe in safari #697

Open KirillP99 opened 1 year ago

KirillP99 commented 1 year ago

Hello guys! It's impossible to set a value from autofill options on form inside iframe

We use iframes without the src attribute to embed forms on other websites. It's impossible to set a value from autofill options but if src attr is set it will be applied(pasting a form directly from an url)

Any help would be greatly appreciated

jplukarski commented 1 year ago

Hey @KirillP99 Are you able to provide a test site that reproduces the behavior so we know exactly what you are trying to achieve?

If you don't want to share a test site over a Public Github issue, you can open up a ticket with our support team and they will forward the test site along to us.

Thanks.