fix: allow arbitrary text in quantity

This commit is contained in:
2026-04-12 17:58:35 +03:00
parent ce158ad4f8
commit 32326beb8d

View File

@@ -158,7 +158,7 @@ class _ItemFormViewState extends State<ItemFormView> {
labelText: f.quantity,
border: const OutlineInputBorder(),
),
keyboardType: TextInputType.number,
keyboardType: TextInputType.text,
),
const SizedBox(height: 16),
Text(f.category, style: theme.textTheme.bodyMedium),