You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The utils honeypot.getInputProps() and checkHoneypot(formData) needs to be awaited. I think this changed in v8. This might be an undocumented feature. I'm okay awaiting but docs and the v8 release notes should be updated. Thanks for your hard work.
Your Example Website or App
.
Steps to Reproduce the Bug or Issue
Run honeypot.getInputProps() without await
The name__confirm field will be empty
Expected behavior
honeypot.getInputProps() should work
Screenshots or Videos
No response
Platform
OS: macOS
Browser: Brave (Chrome)
Version: 1.73.91 Chromium: 131.0.6778.85
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The utils
honeypot.getInputProps()
andcheckHoneypot(formData)
needs to be awaited. I think this changed in v8. This might be an undocumented feature. I'm okay awaiting but docs and the v8 release notes should be updated. Thanks for your hard work.Your Example Website or App
.
Steps to Reproduce the Bug or Issue
honeypot.getInputProps()
withoutawait
name__confirm
field will be emptyExpected behavior
honeypot.getInputProps()
should workScreenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: