input komma and point by liters and pricePerLiter, IPhone problem

This commit is contained in:
2026-02-18 11:44:04 +01:00
parent 1f7a0098b8
commit 9eb591a32e
6 changed files with 2278 additions and 2269 deletions

View File

@@ -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,
),