react-validation-decorator
react-validation-decorator copied to clipboard
`this.validate` without path?
If I call this.validate() (without specifying a path) it would be good if it validated all fields just like this.isValid()? Is there a reason that it doesn't do that?
Having the same issue here... If you doesn't do anything on the field... the method isValid returns true...