From d28873744bb30cb4fed8f0493a3f64686c4aa5cf Mon Sep 17 00:00:00 2001 From: Brion Date: Thu, 9 Jul 2026 13:32:35 +0530 Subject: [PATCH] Inject `id` into components --- lib/src/widgets/flow_form.dart | 2 ++ 1 file changed, 2 insertions(+) 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(