Goal
I want to be able to set a number of rows after that the FilterChipViewContainer starts breaking into different pages of a horizontal scrolling.
This could be either achieved via a new kind of container or the existing FilterChipViewContainer could be updated for that feature.
Current state
If there are a lot of Filterchips, the list of Filterchips just gets longer and longer which might be problematic if the client app does not take care of it, e.g. via a scroll view.
Goal
I want to be able to set a number of rows after that the
FilterChipViewContainerstarts breaking into different pages of a horizontal scrolling.This could be either achieved via a new kind of container or the existing
FilterChipViewContainercould be updated for that feature.Current state
If there are a lot of Filterchips, the list of Filterchips just gets longer and longer which might be problematic if the client app does not take care of it, e.g. via a scroll view.