We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$("#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/
The text was updated successfully, but these errors were encountered:
Yes, in some cases automatic grid could have some problems. You could fix it by using grid_snap: true parameter.
grid_snap: true
Sorry, something went wrong.
IonDen
No branches or pull requests
$("#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/
The text was updated successfully, but these errors were encountered: