ion.rangeSlider icon indicating copy to clipboard operation
ion.rangeSlider copied to clipboard

Issue with grid 1-4

Open tartakxg opened this issue 3 years ago • 1 comments

$("#example_id").ionRangeSlider( { type: "integer", min: 1, max: 4, from: 1, to: 4, postfix: "", hide_min_max: true, grid: true, } );

Grid has 1-2-3-3-4 and wrong steps: https://jsfiddle.net/tartakx/a0rygw7x/

tartakxg avatar Dec 28 '21 12:12 tartakxg

Yes, in some cases automatic grid could have some problems. You could fix it by using grid_snap: true parameter.

IonDen avatar Jan 05 '22 20:01 IonDen