Type Parameters

Hierarchy

Properties

label: string

Label displayed for the filter

maxItems?: number

Maximum number of items to display

onValidate?: FilterValidatorFunction<T>

Callback triggered when the filter is validated

optionsProvider: ((searchText, value?) => Option[])

Type declaration

    • (searchText, value?): Option[]
    • Callback triggered when the search input changes. This is also used to resolve the selected option from the value.

      Parameters

      • searchText: string
      • Optional value: unknown

      Returns Option[]

property: keyof T

Property of the data the filter applies to

searchInputPlaceholder?: string

Placeholder for the search input

selectedValueRenderer?: SelectedValueRenderer

Custom renderer for the selected value

Type of the filter

Generated using TypeDoc