Skip to content

react-inputs-validation v1.2.0

Compare
Choose a tag to compare
@edwardfxiao edwardfxiao released this 14 Sep 05:41
· 269 commits to master since this release
a2e31e4
  • Enable custom function for validationOption. customFunc: res => {return res == '1' ? true : 'wrong answer' }