-
Notifications
You must be signed in to change notification settings - Fork 351
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
Returns no object #36
Comments
It doesn't look like you've included |
it's at the bottom, could it be that your script doesn't split up the name with dot (.) as a delimiter? |
To support splitting by a dot, at this as an initialization script $.extend(FormSerializer.patterns, {
validate: /^[a-z][a-z0-9_]*(?:\.[a-z0-9_]+)*(?:\[\])?$/i
}); Previous discussion about this can be read at #4 |
The API has documentation this issue. I'm marking this as invalid and closing the issue. If you find additional bugs with this functionality, please let me know. |
http://pastebin.com/ATsbYRcf
when submitting the console will write " " and "{ }"
The text was updated successfully, but these errors were encountered: