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
First of all, thank you very much for your work on RulerPicker. It has provided a ton of value to us.
Problem Description:
The RulerPicker component does not handle negative values correctly. When using a range that includes negative numbers, the component resets to the initial value after reaching a certain positive value, instead of continuing to the maximum value.
Expected Behavior:
The RulerPicker should smoothly scroll through the entire specified range, including negative values, without resetting or jumping to unexpected values.
Steps to Reproduce:
Set up a React Native project with the RulerPicker component.
Implement the RulerPicker with the following props:
Hello,
First of all, thank you very much for your work on RulerPicker. It has provided a ton of value to us.
Problem Description:
The RulerPicker component does not handle negative values correctly. When using a range that includes negative numbers, the component resets to the initial value after reaching a certain positive value, instead of continuing to the maximum value.
Expected Behavior:
The RulerPicker should smoothly scroll through the entire specified range, including negative values, without resetting or jumping to unexpected values.
Steps to Reproduce:
Additional Information:
calculateCurrentValue
function in the utils file, which may not account for ranges with negative values correctly.Issue.Ruler.Picker.mov
The text was updated successfully, but these errors were encountered: