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
If user using region/keyboard where comma is used instead of dot (e.g. Czech, Slovak, Poland, ...) he is not able to enter decimal point as Regex to validate input firoAmount and fiatAmout requires dot as decimal point.
Issue is in lib/pages/wallet_view/send_view.dart on lines 768 and 855.
If user using region/keyboard where comma is used instead of dot (e.g. Czech, Slovak, Poland, ...) he is not able to enter decimal point as Regex to validate input firoAmount and fiatAmout requires dot as decimal point.
Issue is in lib/pages/wallet_view/send_view.dart on lines 768 and 855.
https://github.com/cypherstack/Campfire/blob/master/lib/pages/wallet_view/send_view.dart#L768
https://github.com/cypherstack/Campfire/blob/master/lib/pages/wallet_view/send_view.dart#L855
The text was updated successfully, but these errors were encountered: