Skip to content

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

Open
@BorisMoore

Description

@BorisMoore

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions