You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#116: Prevent some browsers to persist the state of checkboxes.
From MDN page (https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete):
Note: The `autocomplete` attribute also controls whether Firefox will — unlike other browsers — persist the dynamic disabled state and (if applicable) dynamic checkedness of an <input> element, <textarea> element, or entire <form> across page loads. The persistence feature is enabled by default. Setting the value of the `autocomplete` attribute to `off` disables this feature. This works even when the `autocomplete` attribute would normally not apply by virtue of its type. See bug 654072 (https://bugzilla.mozilla.org/show_bug.cgi?id=654072).
0 commit comments