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
Currently format is hardcoded to calling NumberFormat#formatWithMaxDigits, which always contains 4 digit precision, but 4 digits seems to be to small (considering the scale). Perhaps we can have a Function<String, String> that allows user to modify amount text display?
The actual looking with 4 digit precision format can be seen here
Currently format is hardcoded to calling
NumberFormat#formatWithMaxDigits, which always contains 4 digit precision, but 4 digits seems to be to small (considering the scale). Perhaps we can have aFunction<String, String>that allows user to modify amount text display?The actual looking with 4 digit precision format can be seen here