FacetValueSelectorComponent
A form control for selecting facet values.
Example
The selectedValuesChange event will emit an array of FacetValue objects.
- Implements: OnInit, OnDestroy, ControlValueAccessor
selectedValuesChange
property
readonly
property
transformControlValueAccessorValue
property
(value: FacetValueFragment[]) => any[]searchInput$
property
searchLoading
property
searchResults$
property
Observable<FacetValueFragment[]>selectedIds$
property
onChangeFn
property
(val: any) => voidonTouchFn
property
() => voiddisabled
property
value
property
Array<string | FacetValueFragment>constructor
method
(dataService: DataService, changeDetectorRef: ChangeDetectorRef) => FacetValueSelectorComponentngOnInit
method
() => voidngOnDestroy
method
() => onChange
method
(selected: FacetValueFragment[]) => registerOnChange
method
(fn: any) => registerOnTouched
method
(fn: any) => setDisabledState
method
(isDisabled: boolean) => voidfocus
method
() => writeValue
method
(obj: string | FacetValueFragment[] | Array<string | number> | null) => voidWas this chapter helpful?