Skip to main content

FacetValueSelector

A component for selecting facet values.

Example

Tsx
Signature

Parameters

props

A component for selecting facet values.

Signature

onValueSelect

property(value: FacetValue) => void

The function to call when a facet value is selected.

The value will have the following structure:

Ts

disabled

propertyboolean

Whether the selector is disabled.

placeholder

propertystring

The placeholder text for the selector.

pageSize

propertynumber
Default:4

The number of facet values to display per page.

Was this chapter helpful?
Report Issue
Edited Feb 23, 2026ยทEdit this page