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

View file

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