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
There has been an issue in this package for a long time. When the entered value is being deleted, if the cursor is just to the right of the comma and we delete to move to the left side of the comma, the entered value is multiplied by 100. The value appears correctly in the text field, but the value that returns from onValueChange is multiplied by 100.
I'm using this package this week, and to support the small community around it, I will try to assist the original developer.
I believe I can assist with this issue next week.
I'll provide some feedback on it shortly. Keep me in touch if you found some workaround or found the whole solution
@IguJl15 Hi, thank you for the support. I did not have time to deep dive the issue. If i can find time next week I will try to find solution too. Keep in touch 👋
Hello,
There has been an issue in this package for a long time. When the entered value is being deleted, if the cursor is just to the right of the comma and we delete to move to the left side of the comma, the entered value is multiplied by 100. The value appears correctly in the text field, but the value that returns from
onValueChange
is multiplied by 100.issue.mp4
Example code:
The text was updated successfully, but these errors were encountered: