使用Twitter Bootstrap时,验证类(例如has-error或has-warning)需要放置在包装的form-group元素上,以便为输入元素及其标签设置样式。但是Knockout-Validation将类添加到输入元素上。
has-error
has-warning
form-group
带错误的输入
是否可以配置Knockout-Validation以使其将类添加到div而不是input上?
div
input
用户名或电子邮箱地址
密码