| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Settings Lit: Introduce PrefKeyObserverMixin to avoid duplication.
The mixin is a helper for elements that monitor a single pref:
- controlled-radio-button
- settings-checkbox
- settings-dropdown-menu
- settings-radio-group
- settings-slider
- settings-toggle-button
It ensures that the prefKey is only ever assigned once and also sets up
the necessary listeners for the local 'pref' property to be updated
whenever the pref changes on the backend.
During the migration both Lit and Polymer versions of the mixin are
needed.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |