diff --git a/README.md b/README.md index 453b2a1..e681553 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ A form input builder and validator for React JS - [onSuccess()](#onsuccess) - [onSubmit()](#onsubmit) - [onSubmitted()](#onsubmitted) - - [onCancel()](#oncancel) - [onError()](#onerror) - [onValid()](#onvalid) - [onInvalid()](#oninvalid) @@ -237,12 +236,6 @@ Takes a function to run when the submit button has been clicked. The first argum ``` Takes a function to run when either a success or error response is received from the server. -#### onCancel() -```html - -``` -Will display a "cancel" button next to submit. On click it runs the function handler. - #### onError(serverResponse) ```html