diff --git a/lib/views/checklists/item_form_view.dart b/lib/views/checklists/item_form_view.dart index 40d5c96..9274935 100644 --- a/lib/views/checklists/item_form_view.dart +++ b/lib/views/checklists/item_form_view.dart @@ -158,7 +158,7 @@ class _ItemFormViewState extends State { labelText: f.quantity, border: const OutlineInputBorder(), ), - keyboardType: TextInputType.number, + keyboardType: TextInputType.text, ), const SizedBox(height: 16), Text(f.category, style: theme.textTheme.bodyMedium),