mod edir_view keyboard type by price
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user