How can i make string.numeric.parse accept ".5" into 0.5 ?
#1320
-
|
Currently, it seems like it doesn't work: https://stackblitz.com/edit/vitejs-vite-xwalxrd8?file=src%2Fmain.ts It seems like there is code to allow for it in util/numbers.ts, but I can't figure out how to use it. |
Beta Was this translation helpful? Give feedback.
Answered by
ssalbdivad
Mar 1, 2025
Replies: 1 comment
-
|
Thanks for implementing this in 2.1.2 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chvanam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for implementing this in 2.1.2 😊