fix: another try at displaying comma on ios keyboard
All checks were successful
/ test (release) Successful in 4m10s

This commit is contained in:
alzalia1 2025-08-20 13:27:37 +02:00
parent ec26aa873c
commit 50074890c0
3 changed files with 3 additions and 0 deletions

View file

@ -129,6 +129,7 @@ class _SellPageState extends State<SellPage> {
),
keyboardType: TextInputType.numberWithOptions(
decimal: true,
signed: true,
),
),
),