Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

iron-form sends pairs of name-value concatenated in a single string #276

Description

@adriangaro

Description

'iron-form' seems to send the values concatenated with ', ' in between for multiple name-value pairs

Expected outcome

'iron-form' should send and array of values not an array with a single value of all values concatenated

Actual outcome

'iron-form' seems to send the values concatenated with ', ' in between for multiple name-value pairs
normally a form with multiple pairs name-value at least for checkboxes posts an array of values, not the values concatenated

Live Demo

Example: https://jsbin.com/xejowanutu/edit?html,output

Steps to reproduce

Browsers Affected

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions