This commit is contained in:
2025-04-08 11:54:35 +02:00
parent bb1dfb8f9a
commit b070d695ba

View File

@@ -124,7 +124,9 @@ class _FormGroupWrapperState extends State<FormGroupWrapper> {
} }
void _removeItem(int i) { void _removeItem(int i) {
widget.formController.removeInstanceFromFormGroup(widget.groupID, i); setState(() {
widget.formController.removeInstanceFromFormGroup(widget.groupID, i);
});
} }
@override @override