We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740119c commit b7cd10dCopy full SHA for b7cd10d
docs/sdk/lifecycle.md
@@ -4,7 +4,7 @@ The widget has a fixed set of states it can be in.
4
5
Usually the only states you have to care about are the following:
6
* `completed`: the captcha has been completed, you can enable the button to submit and verification should pass.
7
-* `error`: something went wrong. You should disable the submit button.
+* `error`: something went wrong. Enable the button to submit so that the error can be investigated.
8
* `expired`: the user waited too long and needs to restart. You should disable the submit button.
9
* `destroyed`: You called `destroy()` on the widget which cleans it up entirely, it can no longer be used.
10
0 commit comments