FacetValueSelector
A component for selecting facet values.
Example
Parameters
props
parameter
FacetValueSelectorPropsA component for selecting facet values.
onValueSelect
property
(value: FacetValue) => voidThe function to call when a facet value is selected.
The value will have the following structure:
disabled
property
booleanWhether the selector is disabled.
placeholder
property
stringThe placeholder text for the selector.
pageSize
property
numberDefault:
4The number of facet values to display per page.
Was this chapter helpful?