ember-validation-bug:示例应用程序来演示ember-changeset-validation中的问题

时间:2024-04-22 13:20:39
【文件属性】:

文件名称:ember-validation-bug:示例应用程序来演示ember-changeset-validation中的问题

文件大小:192KB

文件格式:ZIP

更新时间:2024-04-22 13:20:39

JavaScript

余烬验证错误 演示应用程序在ember-changeset-validation中的错误(?)的示例应用程序,其中在帮助器中传递了“ skipValidate = true”选项: {{#with(changeset model this.validate skipValidate = true)as | changesetObj |}} ... {{/ with}} 实际上并没有跳过有效期。


【文件预览】:
ember-validation-bug-master
----ember-cli-build.js(794B)
----public()
--------robots.txt(51B)
----testem.js(589B)
----.eslintrc.js(1KB)
----.prettierignore(253B)
----.ember-cli(280B)
----.travis.yml(247B)
----config()
--------targets.js(314B)
--------ember-cli-update.json(386B)
--------environment.js(1KB)
--------optional-features.json(154B)
----README.md(285B)
----.template-lintrc.js(58B)
----.editorconfig(367B)
----tests()
--------integration()
--------index.html(1KB)
--------test-helper.js(353B)
--------helpers()
--------unit()
----.gitignore(383B)
----.prettierrc.js(58B)
----app()
--------index.html(727B)
--------validations()
--------models()
--------styles()
--------controllers()
--------components()
--------helpers()
--------app.js(403B)
--------templates()
--------router.js(255B)
--------routes()
----install_dependencies.sh(55B)
----.watchmanconfig(37B)
----.eslintignore(253B)
----package-lock.json(811KB)
----package.json(2KB)
----vendor()
--------.gitkeep(0B)

网友评论