fix: another try at displaying comma on ios keyboard
All checks were successful
/ test (release) Successful in 4m10s
All checks were successful
/ test (release) Successful in 4m10s
This commit is contained in:
parent
ec26aa873c
commit
50074890c0
3 changed files with 3 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ class _SellPageState extends State<SellPage> {
|
|||
),
|
||||
keyboardType: TextInputType.numberWithOptions(
|
||||
decimal: true,
|
||||
signed: true,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Reference in a new issue