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

String inputs with commas in them get treated like arrays #2

Open
stuible opened this issue Apr 27, 2020 · 1 comment
Open

String inputs with commas in them get treated like arrays #2

stuible opened this issue Apr 27, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@stuible
Copy link

stuible commented Apr 27, 2020

I was using this library to serialize a form that contained a textarea. In this textarea commas are quite common but the use of them would cause upstream errors with API that didn't expect an array. I then realized that NSerializeJson was treating textareas with commas like arrays. I was able to mitigate with data-value-type="string" but I don't think this should be required based on your documentation.

Great work on this project though, it's saved me a ton of time! :)

@NickMaev NickMaev added the bug Something isn't working label Apr 28, 2020
@NickMaev
Copy link
Owner

NickMaev commented May 8, 2020

Try to update to v. 1.0.32-alpha.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants