ProductVariantSelectorComponent
A component for selecting product variants via an autocomplete-style select input.
Example
- Implements: OnInit
searchInput$
property
searchLoading
property
searchResults$
property
Observable<ProductSelectorSearchQuery['search']['items']>productSelected
property
constructor
method
(dataService: DataService) => ProductVariantSelectorComponentngOnInit
method
() => voidselectResult
method
(product?: ProductSelectorSearchQuery['search']['items'][number]) => Was this chapter helpful?