Broke GeneratedFormItem into sub-types

Prep for "chips" input type
This commit is contained in:
Imran Remtulla
2022-12-21 18:23:25 -05:00
parent 3cbaac2f5d
commit 9072862862
21 changed files with 238 additions and 188 deletions

View File

@@ -21,7 +21,7 @@ class GeneratedFormModal extends StatefulWidget {
}
class _GeneratedFormModalState extends State<GeneratedFormModal> {
Map<String, String> values = {};
Map<String, dynamic> values = {};
bool valid = false;
@override