From d3f8e818bb9a06ca1f655d1a4735cdccdf2f1910 Mon Sep 17 00:00:00 2001 From: Hakim Gueye <64654633+hakimLyon@users.noreply.github.com> Date: Fri, 13 Oct 2023 23:17:21 +0000 Subject: [PATCH] Add "id" attribute to Honeypot input (#256) The label was pointing to the input using the ID, but the input didn't set the ID, breaking the relation between the label and the input. --- src/react/honeypot.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/react/honeypot.tsx b/src/react/honeypot.tsx index 54453c6..527d669 100644 --- a/src/react/honeypot.tsx +++ b/src/react/honeypot.tsx @@ -38,6 +38,7 @@ export function HoneypotInputs({ <>