filterOptions
abstract var filterOptions: (ReadonlyArray<Value>, state: FilterOptionsState<Value>) -> ReadonlyArray<Value>?(source)
A function that determines the filtered options to be rendered on search.
Parameters
{object} state The state of the component.