You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Alex-Popov I've just released noUiSlider 15.5.0, which removes this constraint. noUiSlider now handles mismatches in step and margin/padding/limit well, so this constraint is no longer needed. Thanks for reporting your edge-case!
Still doesn't work for a some combinations of the value and step:
(1221.64 / 0.01) % 1
= 1.4551915228366852e-11
(1221.62 / 0.01) % 1
0.9999999999854481
Step/value combination is required for the currency amount
Originally posted by @Alex-Popov in #736 (comment)
The text was updated successfully, but these errors were encountered: