Skip to content

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. Specifically for iOS, FilterFeedbackBar cannot be displayed if FilterFeedbackBar is defined on SectionedTable with 'ObjectHeader` as first section.


When assigning a rule to a property of FilterFeedbackBar, the rule will be passed an instance of the following proxy class as an argument:


FilterFeedbackBar Properties

Property Type Required Default
FastFilters FastFilterItem No
ShowAllFilters boolean No true
Styles object No
_Name string No
_Type const No

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: object with following properties.
Property Type Required Default
Bar string No
Active string No
InActive string No

Bar

The style to be applied for FilterFeedbackBar.

Active

The style to be applied when the filter item is in active state.

InActive

The style to be applied when the filter item is in inactive state.


_Name

  • type: string

_Type

  • type: const

The value of this property must be:

"Control.Type.FilterFeedbackBar"