Skip to content

Commit a95baf6

Browse files
author
Mahmoud
committed
Enable the valueLabel on the controlBar slider
1 parent ea5610f commit a95baf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ControlBarComponent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export default function ControlBar(props) {
3232
marks={true}
3333
defaultValue={count}
3434
aria-labelledby="taxi-slider"
35+
valueLabelDisplay="auto"
3536
step={1}
3637
min={parseInt(min)}
3738
max={parseInt(max)}

0 commit comments

Comments
 (0)