save-form-status
v1.0.1
Published
Package to save your current form status.
Downloads
3
Readme
General description
This lib help you when you need close or refresh the HTML page but can't lost typed data.
How to use
All the input elements in HTML form need has id attribute, the Save Form Status search all inputs, selects and text areas, get the id, input type and value, use the LocalStorage to save form data in JSON format.