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
Beyond use of numeric, there's no other input validation for the two fields on the Bitcoin Calculator widget. There are also some formatting improvements we could make to polish this widget.
Describe the solution
I suggest the following:
Do not allow 0 before any positive value for any currency
Use consistent number of decimal places for fiat currencies. This is always 2 except for the exceptions , as far as I can tell, of KWD and BHD that use 3.
Make it easier to read larger numbers by putting a gap between each group of 3 digits, as we do for balances.
Cap the maximum input for bitcoin to 2_100_000_000_000_000. We could do the same for the fiat value if it results in a bitcoin value higher than this, or display something else, easter egg?
Prevent engineering numbers from being displayed. I think this may be resolved by addressing 4.
Additional context
v1.0.9 (145)
The text was updated successfully, but these errors were encountered:
Describe the problem
Beyond use of numeric, there's no other input validation for the two fields on the Bitcoin Calculator widget. There are also some formatting improvements we could make to polish this widget.
Describe the solution
I suggest the following:
Additional context
v1.0.9 (145)
The text was updated successfully, but these errors were encountered: