-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove All #1
Comments
You're right it's a feature. |
well i have a multi-page form, and i want to clear all fields from all pages. so when i have someone start over, its cleared. right now, it only clears the fields on the page its on basically seeing if i can clear storage off page. it seems like it will only clear the fields from the page |
Okay, now I see. |
Let jquery-phoenix support sessionStorage
yes, I need this too. +1 @wedesignla |
Remove seems to only reset values it finds on the current page the function is run on.
But if I'm using Phoenix on multiple pages, it doesn't clear / remove the storage for those other ones.
Am I doing something wrong or is this not a feature it has? Any workaround?
thanks!
The text was updated successfully, but these errors were encountered: