Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 471 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 471 Bytes

form-restore

Remember and restore form state by user actions

This project can solve these problems

  1. Save & Restore static form
  2. Save & Restore Linkage form, like Select cascading
  3. Save & Restore Dynamic form, such as dynamic add items
  4. Save & Restore the page impression of the form data

The idea behind the project is to restore the form by restoring user behavior

How to use

Please see demo/app.js

How to test

npm i && npm run dev