You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Tested on IE9+ and Chrome and Safari(10.0.3)
81
81
|**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**|
82
82
|onFocus | Opt | Func || none |
83
83
|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 |
85
85
|**validationOption**|**Opt**|**obj**|**validationOption object, see below**|**{}**|
86
86
|**validationOption.name**|**Opt**|**Str**|**To display in the Error message. i.e Please enter your ${name}.**|**""**|
87
87
|**validationOption.check**|**Opt**|**Bool**|**To determin if you need to validate.**|**true**|
|**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** |
450
450
|onFocus | Opt | Func | | none |
451
451
|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 |
453
453
|**validationOption** |**Opt**|**obj** |**validationOption object, see below**|**{}** |
454
454
|**validationOption.name** |**Opt**|**Str** |**To display in the Error message. i.e Please enter your ${name}.**|**""** |
455
455
|**validationOption.check** |**Opt**|**Bool**|**To determin if you need to validate.**|**true** |
0 commit comments