Skip to main content

FacetValueSelectorComponent

A form control for selecting facet values.

Example

HTML

The selectedValuesChange event will emit an array of FacetValue objects.

Signature
  • Implements: OnInit, OnDestroy, ControlValueAccessor

selectedValuesChange

property

readonly

property

transformControlValueAccessorValue

property(value: FacetValueFragment[]) => any[]

searchInput$

property

searchLoading

property

searchResults$

propertyObservable<FacetValueFragment[]>

selectedIds$

property

onChangeFn

property(val: any) => void

onTouchFn

property() => void

disabled

property

value

propertyArray<string | FacetValueFragment>

constructor

method(dataService: DataService, changeDetectorRef: ChangeDetectorRef) => FacetValueSelectorComponent

ngOnInit

method() => void

ngOnDestroy

method() =>

onChange

method(selected: FacetValueFragment[]) =>

registerOnChange

method(fn: any) =>

registerOnTouched

method(fn: any) =>

setDisabledState

method(isDisabled: boolean) => void

focus

method() =>

writeValue

method(obj: string | FacetValueFragment[] | Array<string | number> | null) => void
Was this chapter helpful?
Report Issue
Edited Feb 23, 2026ยทEdit this page