Home > widget-integration > FilterRender > formatRangeSliderCurrency

FilterRender.formatRangeSliderCurrency() method

Formats currency symbols for range slider unit elements. This method is public to allow FilterController to delegate currency formatting.

Signature:

formatRangeSliderCurrency(container: HTMLElement): void;

Parameters

Parameter

Type

Description

container

HTMLElement

The container element to query for range slider unit elements

Returns:

void

Remarks

This method is called both from renderOptionRangeSlider() and from FilterController to ensure consistent currency formatting across all range sliders.