mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 20:18:03 +08:00
1dde199f03
当配置validateOnChange=false时,如果该xiang填写正确,点击提交。这时候修改该项目的内容,让其不符合校验规则,再次点击提交,表单不会校验该项内容。 我认为this.model.valid保存的是发生变化前该项目的状态,当发生变化时,该项model也应该重置。 复现demo: gif: https://github.com/DuLinRain/pictures/blob/master/amis-bug1.gif?raw=true mp4: https://github.com/DuLinRain/pictures/blob/master/amis-bug1.mp4?raw=true 复现代码如下: { "$schema": "https://houtai.baidu.com/v2/schemas/page.json#", "title": "表单验证示例", "toolbar": "<a target='_blank' href='/docs/renderers/Form/FormItem'>文档</a>", "body": [ { "type": "form", "autoFocus": false, "messages": { "validateFailed": "请仔细检查表单规则,部分表单项没通过验证" }, "title": "表单", "actions": [ { "type": "submit", "label": "提交" } ], "api": "/api/mock2/form/saveFormFailed?waitSeconds=2", "mode": "horizontal", "controls": [ { "name": "minLength", "type": "text", "label": "长度限制", "validations": "minLength:10", "validateOnChange": false } ] } ] } |
||
---|---|---|
__mocks__ | ||
__tests__ | ||
.vscode | ||
build | ||
docs | ||
examples | ||
mock | ||
schemas | ||
scss | ||
src | ||
types/uncontrollable | ||
.editorconfig | ||
.gitignore | ||
.npmignore | ||
.prettierrc | ||
deploy-gh-pages.sh | ||
fis-conf.js | ||
LICENSE | ||
package.json | ||
publish.sh | ||
README-en.md | ||
README.md | ||
scraper-config.json | ||
tsconfig.json |
amis
前端低代码框架,通过 JSON 配置就能生成各种后台页面,极大减少开发成本,甚至可以不需要了解前端。
目前在百度广泛用于内部平台的前端开发,已有 100+ 部门使用,创建了 3w+ 页面。
文档
https://baidu.gitee.io/amis/docs/index
相关工具及平台
- 通过 amis 搭建自己的后台系统:https://github.com/fex-team/amis-admin
- 可视化编辑器:https://github.com/fex-team/amis-editor
开发指南
以下是参与开发 amis 才需要看的,使用请看前面的文档。
如果 github 下载慢可以使用 gitee 上的镜像。
推荐使用 node 8/10/12。
# 安装项目 npm 依赖,在 node 12 下会有报错但不影响正常使用。
npm i
# 开始编译,把代码产出到刚开启的服务的 webroot 目录。
# 这个程序不会自动结束,进入一个 watch 模式,文件变动会重新编译。
npm run dev
# 开启 fis3 服务,请通过 http://127.0.0.1:8888/examples/pages/simple 访问。
npm start
测试
# 安装依赖
npm i
# 执行测试用例
npm test
# 查看测试用例覆盖率
npm run coverage
如何贡献
请采用 typescript 编写,所有合理的改动、新的公用渲染器、用例或者文档的提交都会被接收。
维护者
讨论
- Issues: https://github.com/baidu/amis/issues
- 如流群:3395342
- QQ 群: 1147750223