You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
'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
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