Stop showing safari autofill for autocomplete off payment settings in…#3158
Conversation
📝 WalkthroughWalkthroughThe payment settings email input field gains ChangesDisable autofill on payment email input
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| PHP | Jun 18, 2026 3:13p.m. | Review ↗ | |
| JavaScript | Jun 18, 2026 3:13p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
…puts
Related ticket https://secure.helpscout.net/conversation/3359646866/253809
The issue is that Safari will add the autofill if anything includes the word "Email". This includes id, name, and label. It also ignores
autocompleteattributes.The suggestion in https://stackoverflow.com/questions/43058018/how-to-disable-autocomplete-in-address-fields-for-safari to use
‌also appears to no longer work.So this update uses some CSS to forcibly hide the elements that Safari adds if an input has
emailsomewhere in thenameattribute.Pre-release
formidable-6.32.1b.zip
Summary by CodeRabbit
Release Notes