Loads form history from local storage and populates the form when the page reloads.
Adds a reset form button to quickly clear the form and local storage.
Hooks reset buttons in forms to also clear the form and local storage.
For future reference:
When issue #21 is worked on all annotation features should be optimized.
Saving of annotations is currently extremely resources intensive! This needs to be addressed when denouncing is fixed: #15
Submit buttons are not accounted for. This will be a task for after the v2 release. How would we handle sending the data for example? I don't think PDFJS wraps the PDF in a form element and PMV certainly doesn't.
Adds the following features:
For future reference:
form
element andPMV
certainly doesn't.