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.
我实现了一个通用逻辑客户端和服务器端,以便在多个自定义验证器中使用相同的功能。我目前正在测试它,但它只显示第一个失败的控件的错误消息,而不是其他控件。我可以将相同的函数传递给多个自定义验证器,还是需要为每个自定义验证器创建一个单独的函数。
谢谢
我自己解决了,如果你设置自定义验证器的 controlToValidate 属性,你会得到一个奇怪的行为。