The docs for the Polymer combo box talk about using objects as items for the combo box and using the attributes item-label-path and item-value-path as attributes. But the GWT version does not include these properties and setting them through combobox.setAttributes(“item-label-path:name.firstname”) has no effect.
Is the GWT version behind in features or how come I miss out on these attributes ?