You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Custom function for combining overlapping labels in range slider.
It takes the min and max values (already translated with translate fuction)
and should return how these two values should be combined.
If not provided, the default function will join the two values with
' - ' as separator. */
combineLabels?: CombineLabelsFunction = null;
Is there a way to not translate the labels when they are combined?
For example, I want the slider to have a % sign after the min and max values but when they are combined I only want a % sign after the max value.
The text was updated successfully, but these errors were encountered: