diff --git a/app/lib/screens/wallets/receive.dart b/app/lib/screens/wallets/receive.dart index 497f3a16b..7e5979b8b 100644 --- a/app/lib/screens/wallets/receive.dart +++ b/app/lib/screens/wallets/receive.dart @@ -118,7 +118,8 @@ class _WalletReceiveScreenState extends State { style: Theme.of(context).textTheme.bodyMedium!.copyWith( color: Theme.of(context).colorScheme.onSurface, ), - keyboardType: TextInputType.number, + keyboardType: + const TextInputType.numberWithOptions(decimal: true), controller: amountController, decoration: InputDecoration( suffixText: 'TFT',