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.
我刚刚开始使用淘汰赛验证插件并且我管理并且我确实设法设置了验证,并且从我看到的默认行为是为每个经过验证的属性显示错误消息是正确的。
我想做的是在一个中心位置显示所有消息。有没有办法做到这一点?
这个答案非常完整,并为您提供了一个小提琴
您必须在要显示文本的地方使用 validationMessage 绑定。
<p data-bind="validationMessage: newItem"></p>