Skip to content
New issue

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

Impossible to reach max value with step more than 1 #119

Open
abalmus opened this issue May 3, 2018 · 1 comment
Open

Impossible to reach max value with step more than 1 #119

abalmus opened this issue May 3, 2018 · 1 comment

Comments

@abalmus
Copy link

abalmus commented May 3, 2018

Hi guys I'm facing this issue in case I have range like: min 49 and max 100 with step 5 I can reach only 99. So I can not move slide to the end and display the maximal value.

@wanbinkimoon
Copy link

Hi this is due to HTML base input type="range" element which do not handle that case, basically if the maxValue is not a multiple of the stepValue starting from minValue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants