fixed number keyboard
(also looking into UI fixes)
This commit is contained in:
parent
0996a1e252
commit
fa481f839d
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class ReceiptPage2State extends State<ReceiptPage2> {
|
|||
decoration: InputDecoration(
|
||||
hintText: "£0.00"
|
||||
),
|
||||
keyboardType: TextInputType.number,
|
||||
keyboardType: TextInputType.numberWithOptions(decimal: true, signed: true),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
Reference in a new issue