我正在尝试将 Knockout.Combobox 与 Knockout Validation 库一起使用。
https://github.com/AndersMalmgren/Knockout.Combobox
this.errors = ko.validation.group(this);
this.errors.showAllMessages();
以上不起作用,我假设验证库不了解如何验证组合框绑定,但是如何将这两个库链接在一起?
我正在尝试将 Knockout.Combobox 与 Knockout Validation 库一起使用。
https://github.com/AndersMalmgren/Knockout.Combobox
this.errors = ko.validation.group(this);
this.errors.showAllMessages();
以上不起作用,我假设验证库不了解如何验证组合框绑定,但是如何将这两个库链接在一起?