diff --git a/docs/forms/slider/index.html b/docs/forms/slider/index.html index a94a4f25..fac199f6 100644 --- a/docs/forms/slider/index.html +++ b/docs/forms/slider/index.html @@ -42,12 +42,12 @@

    <label for="slider-0">Input slider:</label>
-   <input type="range" name="slider" id="slider-0" value="25" min="0" max="100"  />
+   <input type="range" name="slider" id="slider-0" value="25" min="0" max="100" step="5" />
 

The default slider is displayed like this:

- +

Optionally wrap the slider markup in a container with the data-role="fieldcontain" attribute to help visually group it in a longer form.