Open
Description
Describe your motivation
Extracted from #501.
There has been implemented the items
property for the select component, but the path properties proposed in the original ticket are not supported yet.
Describe the solution you'd like
Add support for the path properties for the select in order for the user to be able to override the default ones:
item-value-path
(default:value
)item-label-path
(default:label
)(was proposed in the original ticket, but it probably doesn't make sense for the select)item-id-path
Use the combo-box as an example as it supports similar path properties.