christianalfoni/formsy-react

Incompatible API changes

Open

#330 opened on 2016年4月22日

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)

説明

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

コントリビューターガイド