-
Notifications
You must be signed in to change notification settings - Fork 5
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
'set' method throws error that value falls outside of the vMin / vMax range #11
Comments
How are you settings the min max values via options or HTML5 data? Robert (Bob) Knothe On Feb 5, 2013, at 11:19 AM, apuchkov [email protected] wrote:
|
What I mean is this page http://www.decorplanit.com/plugin/#setAnchor doesn't work for me. See screencast I recordered to make it more clear http://screencast.com/t/ilRE61FzodO |
Apuchkov,First thank you for point out the glich.Essentially the plugin is functioning as designed, the problem is me!While the input that you entered values has min max value set between -999999999.99999 and 999999999.99999 The input for the 'set' method and the span tag min max values are set at 0.00 and 999999999.99999. So when you use the 'set' method and the value is out-side the range of the min max an error is throw as designed.I have corrected the HTML5 data so it should be functioning properly.Again thank you,Bob -------- Original Message -------- |
Still not working for me... |
Have you tried the new version 1.9.15? https://github.com/BobKnothe/autoNumeric or go here http://www.decorplanit.com/plugin/ there are some compatibility issues so read the instruction carefully |
When I try to set any negative value here http://www.decorplanit.com/plugin/#setAnchor it throws an error in a console "Uncaught Error: The value (-1) from the 'set' method falls outside of the vMin / vMax range".
This is unexpected as -1 is between -999999999.99999 and 999999999.99999, so it should be set without errors.
The text was updated successfully, but these errors were encountered: