autosave conflict
autosave kicks in and all the required fields that are still empty display as an error surprising the user.. How to use autosave with h5validate
What is autosave?
autosave is clientside jquery or js that will automatically save a file without the user input often set on a timer and often uses localStorage. If there is a long application and the user gets distracted, the user is less liable to lose data if there is a timeout or other issue.
Since our autosave was saving the data on the server, our developer addressed the issue by disabling h5validate for autosave only.
Nancy
On Fri, Oct 10, 2014 at 9:01 AM, Eric Elliott [email protected] wrote:
What is autosave?
— Reply to this email directly or view it on GitHub https://github.com/ericelliott/h5Validate/issues/94#issuecomment-58651942 .