diff --git a/lib/src/widgets/flow_form.dart b/lib/src/widgets/flow_form.dart index acc52f3..0bf4f2a 100644 --- a/lib/src/widgets/flow_form.dart +++ b/lib/src/widgets/flow_form.dart @@ -241,6 +241,7 @@ class _FlowFormState extends State { return Padding( padding: const EdgeInsets.only(bottom: 16), child: TextField( + key: Key('thunderid-field-$ref'), controller: _controllers[ref], decoration: InputDecoration( labelText: label, @@ -268,6 +269,7 @@ class _FlowFormState extends State { return Padding( padding: const EdgeInsets.only(top: 8), child: FilledButton( + key: Key('thunderid-action-$actionId'), onPressed: widget.isLoading ? null : () => widget.submit(