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
When using iron-forms and putting paper-checkboxes inside a iron-selector and then serializing the form the selected values get duplicated. Without the iron-selector it works fine. I think this is a serialzation issue.
Description
When using iron-forms and putting paper-checkboxes inside a iron-selector and then serializing the form the selected values get duplicated. Without the iron-selector it works fine. I think this is a serialzation issue.
Expected outcome
When selecting 'Arts':
{"category":["Arts"]}
Actual outcome
{"category":["Arts","Arts"]}
Steps to reproduce
Put paper-checkbox inside iron-selector and call serializeForm()
Browsers Affected
The text was updated successfully, but these errors were encountered: