Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 226 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 226 Bytes

formCaching

Saving form input data to local storage on keyup. Debounced for performance, and persisting on reload.

Changelog

  • 0.0.2 Supporting select and radio inputs
  • 0.0.1 Basic working implementation