文件名称:validate-json-schema-form:使用JSON模式验证表单
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-02 20:26:15
JavaScript
validate-json-schema-form 使用验证表单。 安装 $ npm install validate-json-schema-form 用法 < form id =" signup-form " > < input name =" username " type =" text " placeholder =" username " > </ input > < input name =" password " type =" password " placeholder =" password " > </ input > </ form > const validator = require ( 'validate-json-schema-form' ) const validate = validator ( { required : [ 'use
【文件预览】:
validate-json-schema-form-master
----.travis.yml(152B)
----index.js(791B)
----package.json(909B)
----test()
--------valid.html(177B)
--------index.js(2KB)
--------invalid.html(143B)
----LICENSE(1KB)
----.gitignore(54B)
----README.md(2KB)