[PM-34195]Apply readonly guards on autofill#20237
Conversation
…ng, recycle existing logic
Bitwarden Claude Code ReviewOverall Assessment: APPROVE This PR extracts the private Behavior was traced across both call sites: the previous Code Review DetailsNo findings. |
…edFormFieldElement
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #20237 +/- ##
==========================================
- Coverage 47.03% 47.03% -0.01%
==========================================
Files 3921 3921
Lines 118499 118499
Branches 18130 18128 -2
==========================================
- Hits 55737 55733 -4
- Misses 58575 58579 +4
Partials 4187 4187 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Great job! No new security vulnerabilities introduced in this pull request |
|
Changes in this PR impact the Autofill experience of the browser clientBIT has tested the core experience with these changes and the feature flag configuration used by ✅ Fortunately, these BIT tests have passed! 🎉 |
Changes in this PR impact the Autofill experience of the browser clientBIT has tested the core experience with these changes and all feature flags disabled. ✅ Fortunately, these BIT tests have passed! 🎉 |




🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-34195
📔 Objective
Applying the same guards implemented on https://bitwarden.atlassian.net/browse/PM-33431 while cleaning up the
isReadonlyOrDisabledFormFieldElementfunction.