Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ximing/xm-form-validator
- Owner: ximing
- Created: 2017-02-16T15:00:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T09:43:00.000Z (almost 8 years ago)
- Last Synced: 2024-12-29T18:44:39.831Z (11 days ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# schema
require: booleanminLength: 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:''}]