Skip to content

Commit 5357d29

Browse files
committed
Corrected position of isolated prop in table (should be alphabetical order)
1 parent 0ded830 commit 5357d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Properties used to customise the rendering:
4444
| asyncScriptOnLoad | func | *optional* callback when the google recaptcha script has been loaded |
4545
| badge | enum | *optional* `bottomright`, `bottomleft` or `inline`. Positions reCAPTCHA badge. *Only for invisible reCAPTCHA* |
4646
| hl | string | *optional* set the hl parameter, which allows the captcha to be used from different languages, see [reCAPTCHA hl] |
47+
| isolated | bool | *optional* For plugin owners to not interfere with existing reCAPTCHA installations on a page. If true, this reCAPTCHA instance will be part of a separate ID space. *(__default:__ `false`)*
4748
| onChange | func | The function to be called when the user successfully completes the captcha |
4849
| onErrored | func | *optional* callback when the challenge errored, most likely due to network issues. |
4950
| 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. |
@@ -53,7 +54,6 @@ Properties used to customise the rendering:
5354
| tabindex | number | *optional* The tabindex on the element *(__default:__ `0`)*
5455
| type | enum | *optional* `image` or `audio` The type of initial captcha *(__defaults:__ `image`)*
5556
| theme | enum | *optional* `light` or `dark` The theme of the widget *(__defaults:__ `light`)*. See [example][docs_theme]
56-
| isolated | bool | *optional* For plugin owners to not interfere with existing reCAPTCHA installations on a page. If true, this reCAPTCHA instance will be part of a separate ID space. *(__default:__ `false`)*
5757

5858
### Component Instance API
5959

0 commit comments

Comments
 (0)