Skip to content

Commit 3c20e0e

Browse files
author
Edward Xiao
authored
Update README.md
1 parent 4515502 commit 3c20e0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ import 'react-inputs-validation/lib/react-inputs-validation.min.css';
171171
|customStyleWrapper | Opt | Obj | | {} |
172172
|customStyleContainer | Opt | Obj | | {} |
173173
|customStyleOptionListItem | Opt | Obj | | {} |
174-
|**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** |
175-
|**onChange** |**Req.**|**Func** |**(val, e) => {}. Will return the value.**|**(val, e)=>{}** |
174+
|**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** |
175+
|**onChange** |**Req**|**Func** |**(val, e) => {}. Will return the value.**|**(val, e)=>{}** |
176176
|onFocus |Opt |Func | |none |
177177
|onClick |Opt |Func | |none |
178178
|**validationOption** |**Opt**|**obj** |**validationOption object, see below**|**{}** |
@@ -338,7 +338,7 @@ import 'react-inputs-validation/lib/react-inputs-validation.min.css';
338338
|customStyleContainer | Opt | Obj | | {} |
339339
|customStyleOptionListContainer | Opt | Obj | | {} |
340340
|customStyleOptionListItem | Opt | Obj | | {} |
341-
|**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** |
341+
|**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** |
342342
|**onChange** |**Req**|**Func**| |**(val, e) => {}**|
343343
|onFocus | Opt | Func | | none |
344344
|onClick | Opt | Func | | none |

0 commit comments

Comments
 (0)