1.0.1 • Published 2 years ago

save-form-status v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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.

Example