Addresses #76 and #93

This commit is contained in:
Imran Remtulla
2022-11-04 18:53:25 -04:00
parent 76e98feeb7
commit c9711c7734
3 changed files with 6 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ class _GeneratedFormModalState extends State<GeneratedFormModal> {
@override
void initState() {
super.initState();
values = widget.defaultValues;
valid = widget.initValid;
}