christianalfoni/formsy-react

Incompatible API changes

Open

#330 opened on Apr 22, 2016

View on GitHub
 (7 comments) (0 reactions) (0 assignees)JavaScript (423 forks)github user discovery
help wantedquestion

Repository metrics

Stars
 (2,574 stars)
PR merge metrics
 (PR metrics pending)

Description

My suggestions:

  1. Remove automatic validation at start rendering and in setValue.
  2. Rename validate to customValidate.
  3. Add validate method to Form and Mixin for manually validation.

This should make it very easy following scenarios:

  • validate on change
  • validate on blur
  • validate on submit
  • ...

@twisty @mbrookes and other Your opinion is important

Contributor guide