seiyria / bootstrap-slider

A slider control for Bootstrap 3 & 4.
http://seiyria.github.io/bootstrap-slider/
Other
2.99k stars 1.14k forks source link

Typo in Boostrap-Slider API Example page - Example 1 #867

Closed jespirit closed 5 years ago

jespirit commented 5 years ago

Issues

NOTE: Before filing a new issue, please search through the open issues list and check to see if an existing issue already exists that describes your problem. If so, leave a comment within that issue with the checklist items described below.

Please make sure you include the following in your issue report where appropriate:

Details

api-example1

<input id="ex1" data-slider-id='ex1Slider' type="text" data-slider-min="0" data-slider-max="20" data-slider-step="1" data-slider-value="14"/>

I could change the data-slider-min attribute value to be -5 in the example code to the match the slider or change the slider's min value to 0.

jespirit commented 5 years ago

The minimum value should be set to 0.