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
@@ -65,8 +63,7 @@ class App extends React.Component{
65
63
onChangeComplete={this.changeCompleteHandler}
66
64
onChange={this.timeChangeHandler}
67
65
step={15}
68
-
value={this.state.value}
69
-
formatLabel={(value) => {`${value}`}}/>
66
+
value={this.state.value}/>
70
67
</div>);
71
68
}
72
69
};
@@ -111,9 +108,6 @@ The amount of time, in minutes, increment/decrement when time range change.
111
108
#### value: Range
112
109
Set the current value for your component
113
110
114
-
#### formatLabel: Function(Value, Type): void
115
-
By default, value labels are displayed as plain numbers. If you want to change the display, you can do so by passing in a function. The function can return something different, i.e.: append a unit, reduce the precision of a number.
116
-
117
111
## Defaults
118
112
* disabled: `false`
119
113
* draggableTrack: `false`
@@ -122,4 +116,4 @@ By default, value labels are displayed as plain numbers. If you want to change t
0 commit comments