When I submit this Polymer form with document.getElementById(\"form\").submit(); firstName and lastName are included in the POST-data, but the title-value from
This may solve your problem. Create a hidden input element and assign the selected item to the hidden element's value. This gives you the added benefit of the iron-input validators for multi-select for future forms.