Skip to content
This repository was archived by the owner on Feb 11, 2019. It is now read-only.
This repository was archived by the owner on Feb 11, 2019. It is now read-only.

Failure on handling Array #3

@Stefaminator

Description

@Stefaminator

Big up for your extension. I think I found an issue:

< input name="test[]" value="1" />
< input name="test[]" value="2" />

it seems to be the case that the upper example results in:

{ "test" : "2" }

it should be

{ "test" : [ "1", "2" ] }

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