You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
The text was updated successfully, but these errors were encountered:
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 asGrid
does, e.g. withgrid.asMultiSelect()
.The text was updated successfully, but these errors were encountered: