zackify / validify

Simple-as-possible React form validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validation outside Form component

vlysytsia opened this issue · comments

Is it possible run validation outside Form component?

The whole point of this component is to do form validation automatically. If you want to do it yourself, don't use this and use something like https://github.com/skaterdav85/validatorjs directly