Skip to main content

ProductVariantSelectorComponent

A component for selecting product variants via an autocomplete-style select input.

Example

HTML
Signature
  • Implements: OnInit

searchInput$

property

searchLoading

property

searchResults$

propertyObservable<ProductSelectorSearchQuery['search']['items']>

productSelected

property

constructor

method(dataService: DataService) => ProductVariantSelectorComponent

ngOnInit

method() => void

selectResult

method(product?: ProductSelectorSearchQuery['search']['items'][number]) =>
Was this chapter helpful?
Report Issue
Edited Feb 23, 2026ยทEdit this page