1
我正在嘗試將Knockout.Combobox與Knockout驗證庫一起使用。如何將Knockout.Combobox與KnockOut驗證一起使用?
https://github.com/AndersMalmgren/Knockout.Combobox
this.errors = ko.validation.group(this);
this.errors.showAllMessages();
以上不工作,我假設驗證庫不瞭解如何驗證組合框結合,但你如何鏈接這兩個庫一起?