Describe the bug
LocalSaveService in autosave package discards dates without any warning.
To Reproduce
Steps to reproduce the behaviour:
- Create a form with a Date value
- Add autosave with localSaveService on it.
- Trigger load.
- Form will throw an exception
Expected behaviour
Show a warning when trying to save a form which has Date values on it.
Additional context
Alternative, some library, which converts javascript object to string without losing object prototypes.
Describe the bug
LocalSaveService in autosave package discards dates without any warning.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
Show a warning when trying to save a form which has Date values on it.
Additional context
Alternative, some library, which converts javascript object to string without losing object prototypes.