What is the best way to manage currency? #4247
Unanswered
JosephHerreraDev
asked this question in
Q&A
Replies: 1 comment
-
|
Without having tried, I would remove the last char of the string if it's not a digit before trying to parse it. Something like Edit : this implies that you set the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I currently have this component that formats the output of the number the user typed, from what I understand is the most accepted solution, but how can I prevent the user from typing in letters?
Beta Was this translation helpful? Give feedback.
All reactions