Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请看这个简单的小提琴
http://jsfiddle.net/75qSD/
我希望它从一开始就将元素装饰为无效,就像现在你首先必须在文本框中写一些东西然后将其删除以显示验证
edti:我知道你可以通过代码来实现,你可以通过配置来实现吗?
看一看:
http://jsfiddle.net/75qSD/1/
我添加了以下行:
this.errors = ko.validation.group(this); this.errors.showAllMessages();