We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5610f commit a95baf6Copy full SHA for a95baf6
src/components/ControlBarComponent.js
@@ -32,6 +32,7 @@ export default function ControlBar(props) {
32
marks={true}
33
defaultValue={count}
34
aria-labelledby="taxi-slider"
35
+ valueLabelDisplay="auto"
36
step={1}
37
min={parseInt(min)}
38
max={parseInt(max)}
0 commit comments