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
unformat currently can't parse custom postfixes. And other custom formatting. Even if provided as a format object in the second parameter.
It looks like the format argument is part of the API, but not actually used. It is passed down from unformat eventually into computeUnformattedValue, but is not actually used there.
unformat
currently can't parse custom postfixes. And other custom formatting. Even if provided as a format object in the second parameter.It looks like the format argument is part of the API, but not actually used. It is passed down from
unformat
eventually intocomputeUnformattedValue
, but is not actually used there.numbro/src/unformatting.js
Lines 246 to 253 in 0e58867
Expected
Actual
The result is either
NaN
orundefined
.The text was updated successfully, but these errors were encountered: