Skip to content

Commit ec4a992

Browse files
author
Edward Xiao
authored
Update README.md
1 parent 78eb55a commit ec4a992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ import 'react-inputs-validation/lib/react-inputs-validation.min.css';
162162
|disabled | Opt | Bool | | false |
163163
|**validate** |**Opt**|**Bool**|**If you have a submit button and trying to validate all the inputs of your form at once, toggle it to true, then it will validate the field and pass the result via the "validationCallback" you provide.**|**false** |
164164
|**validationCallback** |**Opt**|**Func**|**Return the validation result.**|**none** |
165-
|**optionList** |**Req**|**Array**|**[{id: 'teacher', name: 'teacher']** |**[]**
165+
|**optionList** |**Req**|**Array**|**[{id: 'teacher', name: 'teacher'}]** |**[]**
166166
|classNameInput | Opt | Str | | "" |
167167
|classNameWrapper | Opt | Str | | "" |
168168
|classNameContainer | Opt | Str | | "" |

0 commit comments

Comments
 (0)