Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ximing/xm-form-validator

xm form validator
https://github.com/ximing/xm-form-validator

Last synced: 9 days ago
JSON representation

xm form validator

Awesome Lists containing this project

README

        

# schema
require: boolean

minLength: number

maxLength:number

maxValue:number

minValue:number

number:boolean

date:boolean

float:boolean

int:boolean

email:boolean

phone:boolean

regular:boolean

custom:

message:

rules:[{require:true,msg:'ddddddd},{minLength:10,msg:''}]