(this.rangeSlider = rangeEl)}>
- {ticks.map((tick) => (
-
- ))}
-
-
- {renderKnob(rtl, {
- knob: 'A',
- pressed: pressedKnob === 'A',
- value: this.valA,
- ratio: this.ratioA,
+ {this.dualKnobs &&
+ renderKnob(rtl, {
+ knob: 'B',
+ pressed: pressedKnob === 'B',
+ value: this.valB,
+ ratio: this.ratioB,
pin,
pinFormatter,
disabled,
@@ -659,27 +793,16 @@ export class Range implements ComponentInterface {
min,
max,
labelText,
+ labelledBy,
})}
-
- {this.dualKnobs &&
- renderKnob(rtl, {
- knob: 'B',
- pressed: pressedKnob === 'B',
- value: this.valB,
- ratio: this.ratioB,
- pin,
- pinFormatter,
- disabled,
- handleKeyboard,
- min,
- max,
- labelText,
- })}
-
-