fixed number keyboard

(also looking into UI fixes)
This commit is contained in:
Felix 2019-08-09 16:45:58 +01:00
parent 0996a1e252
commit fa481f839d
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ class ReceiptPage2State extends State<ReceiptPage2> {
decoration: InputDecoration(
hintText: "£0.00"
),
keyboardType: TextInputType.number,
keyboardType: TextInputType.numberWithOptions(decimal: true, signed: true),
),
),
],