-
Notifications
You must be signed in to change notification settings - Fork 72
Closed as not planned
Labels
Description
The iron-list
element has a selection API that is not accessible from the Flow integration (at least I don't know how). Other than single-item selection, iron-list
can also be set to multi-item selection (see iron-list#property-multiSelection).
The Flow IronList
component should provide access to these APIs, in the same way as Grid
does, e.g. with grid.asMultiSelect()
.
f92dev, nicoulaj, KaesDingeling and knoobie