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
If the step value is 0.3 and step multiplier 1, range 0 - 100 invalid values can be achieved.
Reproduction/example
N/A
Steps to reproduce
Steps
Drag the handle to 0.
Press up (value now 0.3)
Press up (value now 0.6)
Press up (value now 0.89999999999)
The simplest way to avoid this is to set the value of the input directly in javascript, the immediately read it back to the internally maintained value.
Package
@carbon/react
Browser
Chrome
Package version
1.35.0
React version
18
Description
If the step value is 0.3 and step multiplier 1, range 0 - 100 invalid values can be achieved.
Reproduction/example
N/A
Steps to reproduce
Steps
The simplest way to avoid this is to set the value of the input directly in javascript, the immediately read it back to the internally maintained value.
Suggested Severity
None
Application/PAL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: