A component for selecting facet values.
Example
Parameters
FacetValueSelectorPropsA component for selecting facet values.
(value: { id: string; name: string; code: string; facet: { id: string; name: string; code: string } }) => voidThe function to call when a facet value is selected.
The value will have the following structure:
booleanWhether the selector is disabled.
stringThe placeholder text for the selector.
number10The number of facet values to display per page.