Closed
Description
It would be convenient for developers if the APIs between <vaadin-combo-box>
and <vaadin-select>
were similar the same way they are in the Java API.
Proposal:
Add the following properties the same way as in combo box:
items
item-value-path
item-label-path
item-id-path
These could be used to internally configure the list box and simplify the usage.