File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -545,6 +545,8 @@ export default class MultiSlider extends React.Component {
545
545
< Label
546
546
oneMarkerValue = { this . state . valueOne }
547
547
twoMarkerValue = { this . state . valueTwo }
548
+ minValue = { this . props . min }
549
+ maxValue = { this . props . max }
548
550
oneMarkerLeftPosition = { positionOne }
549
551
twoMarkerLeftPosition = { positionTwo }
550
552
oneMarkerPressed = { this . state . onePressed }
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ export interface MarkerProps {
20
20
export interface LabelProps {
21
21
oneMarkerValue : string | number ;
22
22
twoMarkerValue : string | number ;
23
+ minValue : number ;
24
+ maxValue : number ;
23
25
oneMarkerLeftPosition : number ;
24
26
twoMarkerLeftPosition : number ;
25
27
oneMarkerPressed : boolean ;
You can’t perform that action at this time.
0 commit comments