FilterFeedbackBar¶
A horizontal bar displayed below ActionBar / SearchBar that includes filter feedback items. It uses area
interactive chips to communicate which filters have been applied to the list, and allows users to quickly apply
frequently-used filters. Users can scroll the bar horizontally to see any additional items that may be off-screen.
Please note that AllowEmptySelection and AllowMultipleSelection are not supported yet on FilterFeedbackBar, so
currently all fast filter items will always allow empty selection and multiple selections. Please avoid to use
AllowEmptySelection and AllowMultipleSelection on form cell controls in standard filters if you intend to use
FilterFeedbackBar as well.
FilterFeedbackBar Properties¶
| Property | Type | Required | Default |
|---|---|---|---|
| FastFilters | FastFilterItem | Optional | |
| ShowAllFilters | boolean |
Optional | true |
| Styles | object |
Optional | |
| _Name | string |
Optional | |
| _Type | const |
Optional |
FastFilters¶
Fast filter items.
- type:
FastFilterItem[]
All array items must be of the type: FastFilterItem
ShowAllFilters¶
Show all selected filters from standard filters / filter page even when there is no matching item defined on the
FastFilters array. Default value true is only applicable if FilterFeedbackBar is defined.
- type:
boolean - default:
true
Styles¶
Not supported on Android.
- type:
objectwith following properties.
| Property | Type | Required | Default |
|---|---|---|---|
| Bar | string |
Optional | |
| Active | string |
Optional | |
| InActive | string |
Optional |
Bar¶
The style to be applied for FilterFeedbackBar.
- FilterFeedbackBar style class
Active¶
The style to be applied when the filter item is in active state.
- FilterFeedbackItem style class
InActive¶
The style to be applied when the filter item is in inactive state.
- FilterFeedbackItem style class
_Name¶
- type:
string
_Type¶
- type:
const
The value of this property must be equal to:
"Control.Type.FilterFeedbackBar"