Enter to save
This commit is contained in:
parent
48788a207b
commit
cc4bec2a38
|
|
@ -106,6 +106,7 @@ class _ExpenseCategoryEditState extends State<ExpenseCategoryEdit> {
|
|||
controller: _nameController,
|
||||
autovalidate: _autoValidate,
|
||||
label: localization.name,
|
||||
onSavePressed: viewModel.onSavePressed,
|
||||
),
|
||||
FormColorPicker(
|
||||
initialValue: expenseCategory.color,
|
||||
|
|
|
|||
Loading…
Reference in New Issue