christianalfoni/formsy-react

Incompatible API changes

Open

#330 ouverte le 22 avr. 2016

Voir sur GitHub
 (7 commentaires) (0 réactions) (0 assignés)JavaScript (423 forks)github user discovery
help wantedquestion

Métriques du dépôt

Stars
 (2 574 stars)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur