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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,13 @@ render(
46
46
47
47
### Rendering Props
48
48
49
-
Other properties can be used to customised the rendering.
49
+
Other properties can be used to customise the rendering.
50
50
51
51
| Name | Type | Description |
52
52
|:---- | ---- | ------ |
53
53
| sitekey | string | The API client key |
54
-
| onChange | func | The function to be called when the user completes successfully the captcha |
55
-
| theme | enum | *optional*`light` or `dark` The them of the widget *(__defaults:__ light)*
54
+
| onChange | func | The function to be called when the user successfully completes the captcha |
55
+
| theme | enum | *optional*`light` or `dark` The theme of the widget *(__defaults:__ light)*
56
56
| type | enum | *optional*`image` or `audio` The type of initial captcha *(__defaults:__ image)*
57
57
| tabindex | number | *optional* The tabindex on the element *(__default:__ 0)*
58
58
| onExpired | func |*optional* callback when the challenge is expired and has to be redone by user. By default it will call the onChange with null to signify expired callback. |
@@ -61,9 +61,9 @@ Other properties can be used to customised the rendering.
In order to translate the reCaptcha widget you should create a global variable configuring the desire language, if you don't provide it reCaptcha will pick up the user's interface language.
64
+
In order to translate the reCaptcha widget, you should create a global variable configuring the desired language. If you don't provide it, reCaptcha will pick up the user's interface language.
0 commit comments