Skip to content
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

Fix select multiple #91

Merged
merged 4 commits into from Jun 16, 2016

Conversation

nintra
Copy link
Contributor

@nintra nintra commented Jun 15, 2016

add support for select[multiple] instead of silently failing. every value will be converted to JSON before it is saved to local storage to support the array value of select[multiple].

@guillaumepotier
Copy link
Owner

This is great, thanks!

@guillaumepotier guillaumepotier merged commit 1b7485e into guillaumepotier:master Jun 16, 2016
@nintra
Copy link
Contributor Author

nintra commented Jun 16, 2016

:). btw, the build fails because I could not build the project. can you do that later? thx.

@nintra
Copy link
Contributor Author

nintra commented Jun 20, 2016

we should add a fallback for simple string data in localstorage to not break backwards compatibility. When JSON.parse failed -> handle as string. I am gonna add that later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants