guillaumepotier / Garlic.js

Automatically persist your forms' text and select field values locally, until the form is submitted.
http://garlicjs.org/
Other
2.36k stars 176 forks source link

Expires option breaks Garlic.js in Firefox #111

Open bechtold opened 7 years ago

bechtold commented 7 years ago

Using FF 57 on macOS 10.13.1. If expires is set garlic doesn't load the saved data and overrides it in the local storage on page page load. Took me quite long to find why it is not working. In Chrome and Safari it is working fine.

krnsptr commented 6 years ago

me too.. using Firefox 57 on Linux Mint 18.1. I have radio button input values, i.e. A, B, C, D, E. Garlic.js overrides local storage values to E on page load.