Skip to content

Commit 95995ae

Browse files
author
Edward Xiao
authored
Update README.md
1 parent 3bd7aed commit 95995ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Tested on IE9+ and Chrome and Safari(10.0.3)
8181
|**onBlur** |**Opt**|**Func**|**In order to validate the value on blur, you MUST provide a function, even if it is an empty function. Missing this, the validation on blur will not work.**|**none** |
8282
|onFocus | Opt | Func | | none |
8383
|onClick | Opt | Func | | none |
84-
|onKeyUp | Opt | Func | | none |
84+
|onKeyUp | Opt | Func | By providing ```onKeyUp```, the component will perform the checking every time when user types. | none |
8585
|**validationOption** |**Opt**|**obj** |**validationOption object, see below**|**{}** |
8686
|**validationOption.name** |**Opt**|**Str** |**To display in the Error message. i.e Please enter your ${name}.**|**""** |
8787
|**validationOption.check** |**Opt**|**Bool**|**To determin if you need to validate.**|**true** |
@@ -449,7 +449,7 @@ import 'react-inputs-validation/lib/react-inputs-validation.min.css';
449449
|**onBlur** |**Opt**|**Func**|**In order to validate the value on blur, you MUST provide a function, even if it is an empty function. Missing this, the validation on blur will not work.**|**none** |
450450
|onFocus | Opt | Func | | none |
451451
|onClick | Opt | Func | | none |
452-
|onKeyUp | Opt | Func | | none |
452+
|onKeyUp | Opt | Func | By providing ```onKeyUp```, the component will perform the checking every time when user types. | none |
453453
|**validationOption** |**Opt**|**obj** |**validationOption object, see below**|**{}** |
454454
|**validationOption.name** |**Opt**|**Str** |**To display in the Error message. i.e Please enter your ${name}.**|**""** |
455455
|**validationOption.check** |**Opt**|**Bool**|**To determin if you need to validate.**|**true** |

0 commit comments

Comments
 (0)