Skip to content

Multiple select controls - POST and GET params behave differently in local v deployed functions #202

@ashimali

Description

@ashimali

I have a form (using POST method) with a select control that allows multiple select options. When testing locally the items are bound to a list on the event object. This also works locally as a GET form.

When deployed, the GET form works in the same way as locally. However with the POST form, the first value wins and only that single value is bound to the event object.

See this test: https://post-get-params-9562-dev.twil.io/index.html
Code here: https://github.com/ashimali/post-get-params

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions