The GroupFilter[0] component supports a isFilterable and onFilter property to enable a text input for filtering values in the opened group filter.
We should:
[0] https://github.com/RedHatInsights/frontend-components/blob/master/packages/components/src/ConditionalFilter/GroupFilter.tsx#L88
The
GroupFilter[0] component supports aisFilterableandonFilterproperty to enable a text input for filtering values in the opened group filter.We should:
isFilterable&onFilterfor group filterisFilterable: trueis provided a defaultonFiltershould be passed that filters group values[0] https://github.com/RedHatInsights/frontend-components/blob/master/packages/components/src/ConditionalFilter/GroupFilter.tsx#L88