input komma and point by liters and pricePerLiter, IPhone problem
This commit is contained in:
@@ -124,9 +124,7 @@ class EditPage extends GetView<EditController> {
|
||||
label: 'Liter',
|
||||
icon: Icons.local_gas_station,
|
||||
controller: editCtrl.litersController,
|
||||
keyboardType: TextInputType.numberWithOptions(
|
||||
decimal: true,
|
||||
),
|
||||
keyboardType: TextInputType.emailAddress,
|
||||
suffix: 'L',
|
||||
required: true,
|
||||
),
|
||||
@@ -138,9 +136,7 @@ class EditPage extends GetView<EditController> {
|
||||
label: 'Preis pro Liter',
|
||||
icon: Icons.euro,
|
||||
controller: editCtrl.pricePerLiterController,
|
||||
keyboardType: TextInputType.numberWithOptions(
|
||||
decimal: true,
|
||||
),
|
||||
keyboardType: TextInputType.emailAddress,
|
||||
suffix: '€/L',
|
||||
required: true,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user