mod edir_view keyboard type by price

This commit is contained in:
2026-01-17 17:15:59 +01:00
parent dbc1252744
commit 7faa64eeb0
3 changed files with 66 additions and 2 deletions

View File

@@ -237,7 +237,7 @@ class EditPage extends GetView<EditController> {
label: 'Preis (€) *',
hint: '19.99',
icon: Icons.euro,
keyboardType: TextInputType.number,
keyboardType: TextInputType.emailAddress,
validator: (value) {
if (value == null || value.isEmpty) {
return 'Erforderlich';