mirror of
https://github.com/chenasraf/pantry-flutter.git
synced 2026-05-17 17:28:03 +00:00
fix: allow arbitrary text in quantity
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user