Replies: 1 comment 1 reply
-
Working on some updates for the localStorage plugin. I do think we'll keep this plugin scoped to localStorage and a plugin that allows for remote storage would be a separate add-on. That said, part of the updates is including You can check the docs here on a preview branch: https://formkit-com-git-feature-localstorage-plugin-updates-formkit.vercel.app/plugins/local-storage |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
The new addon from beta 17 to allow saving values to local storage is awesome. It would be great if it is possible to, instead of hardcode it to the localStorage, provide an abstraction layer so we can use our own storage layer like sessionStorage (not much benefit though), cookies, or whatever. This opens up the possibility to use https://github.com/michelonsouza/encrypt-storage.
Links:
Beta Was this translation helpful? Give feedback.
All reactions