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
At this point in time, all my fields that are editable "number"s are ints. I actually use parseInt when using forms to collect these numbers. If your switched "number"s to use parseFloat instead, it would be an issue for me. maybe you could have type="float" type="int" options instead?
What about using something like
parseFloat
instead ofparseInt
?The text was updated successfully, but these errors were encountered: