Skip to content

Commit

Permalink
Merge pull request #190 from enrique-lozano/hot-fixes
Browse files Browse the repository at this point in the history
Exchange rate input shows text keyboard
  • Loading branch information
enrique-lozano authored Aug 7, 2024
2 parents 925de18 + 4df9854 commit 9ce2804
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/app/currencies/exchange_rate_form.dart
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ class _ExchangeRateFormDialogState extends State<ExchangeRateFormDialog> {
setState(() {});
},
autovalidateMode: AutovalidateMode.onUserInteraction,
keyboardType: TextInputType.number,
inputFormatters: decimalDigitFormatter,
decoration: InputDecoration(
labelText: '${t.currencies.exchange_rate} *',
hintText: 'Ex.: 2.14',
Expand Down

0 comments on commit 9ce2804

Please sign in to comment.