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

Problem with .link() and array type form inputs like <input name="foo[]" /> #24

Open
BorisMoore opened this issue Mar 4, 2011 · 1 comment

Comments

@BorisMoore
Copy link
Owner

Copied from http://bugs.jquery.com/ticket/7120
If you have an input called party[children] with a value of 5 and you use the new jquery .link() to link the form to an object, it creates

{ 'party[children]': 5 }

instead of

{ party: { children: 5 } }

like I would expect...

@BorisMoore
Copy link
Owner Author

Yes, I expect this scenarios to be supported in Beta2 of DataLink.

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

No branches or pull requests

1 participant