Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 719 Bytes

README_EN.md

File metadata and controls

19 lines (15 loc) · 719 Bytes

based on validate before form submit

Inspired by mongoose.Schema, achieve an config type form validation library

Feature:

  • provide base validation
  • provide can be extend method support async/sync validate
  • error message/style of set/reset
  • general/one field get value method
  • support one field async/sync validate
  • provide submit callback method
  • provide get errors messages method
  • support umd(amd cmd global) load use

basic usage see example: base, angularjs, react