diff --git a/README.md b/README.md index 1363177..d24768d 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,6 @@ For accounts at `app.demo.pactsafe.com`, set the `psScriptUrl` prop as `//vault. | `signerIdSelector` | The ID of the `` element that will be used to identify the signer. | string | Yes | Required Value | | `signerId` | Use this to set the signer id directly. Note that if this value is tied to a state variable updated via user input, you may hit rate limits if it is updated frequently in a short period of time. To avoid hitting a rate limit, it is best to set the value tied to this prop only when the user's input is complete as opposed to changing this value on a per character basis. | string | No, unless `signerIdSelector` is not passed | undefined | | `snapshotLocation` | Ironclad Clickwrap Snapshot Location Key, this is found within the Snapshot Location configuration | string | No | undefined | - | `oversized` | Prop to support sizable payloads (e.g., when generating complex templates or including extensive data) | bool | No | false | | `testMode` | Enable this to register any contract acceptances as test data that can be cleared within the Ironclad Clickwrap UI | bool | No | false | | `allowDisagreed` | Enable this to allow invalid events to be triggered when a signer unchecks a checkbox. | bool | Required to be true if `onInvalid` is passed | Value specified in Ironclad Clickwrap Group's UI |