Skip to content

Commit b7cd10d

Browse files
authored
Enable submit button for errors (#67)
1 parent 740119c commit b7cd10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sdk/lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The widget has a fixed set of states it can be in.
44

55
Usually the only states you have to care about are the following:
66
* `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.
7+
* `error`: something went wrong. Enable the button to submit so that the error can be investigated.
88
* `expired`: the user waited too long and needs to restart. You should disable the submit button.
99
* `destroyed`: You called `destroy()` on the widget which cleans it up entirely, it can no longer be used.
1010

0 commit comments

Comments
 (0)