From 63938025faf2bff42de6bec6d7f033236d752bbf Mon Sep 17 00:00:00 2001 From: Christian Alfoni Date: Wed, 7 Jan 2015 09:53:17 +0100 Subject: [PATCH] Removed onCancel --- README.md | 7 ------- 1 file changed, 7 deletions(-) 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