Fix updating category number from Realtime update
This commit is contained in:
@@ -514,7 +514,8 @@ class _HourFormFieldState extends State<HourFormField> {
|
|||||||
keyboardType: TextInputType.numberWithOptions(
|
keyboardType: TextInputType.numberWithOptions(
|
||||||
signed: false,
|
signed: false,
|
||||||
),
|
),
|
||||||
initialValue: catNum,
|
controller: TextEditingController.fromValue(
|
||||||
|
TextEditingValue(text: catNum)),
|
||||||
);
|
);
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user