Skip to content

pagewang0/form-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于表单提交前验证的库

灵感来自于mongoose.Schema 实现一个配置型的表单验证库

English

Feature:

  • 提供基本验证功能
  • 提供可扩展的方法来支持同步/异步验证
  • 错误信息/样式的set/reset
  • 通用/指定的获取字段值方法
  • 支持单个字段的同步/异步验证
  • 提供submit callback方法
  • 提供获取error信息对象集合
  • 支持umd(amd, cmd, global)方式加载

基本用法见example: base, angularjs, react