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

Floating point error for q-range control #473

Closed
ageeye-cn opened this issue Mar 21, 2017 · 2 comments
Closed

Floating point error for q-range control #473

ageeye-cn opened this issue Mar 21, 2017 · 2 comments
Milestone

Comments

@ageeye-cn
Copy link

Software version

Quasar:0.52
OS:Windows10
Browsers:Chrome56.0.2924.87
Any other software related to your bug:

What did you get as the error?

<q-range v-model="number" :min="0.1" :max="1.0" :step="0.1" snap></q-range>
Console error:Range error: step must be a divisor of max - min undefined 0.1 1 0.1.
If change range,number: 0.7999999999999999 or 0.30000000000000004.

@rstoenescu
Copy link
Member

Will investigate.

@rstoenescu rstoenescu added this to the v0.14 milestone Mar 23, 2017
@rstoenescu
Copy link
Member

Available in future v0.14.

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