nealstewart / backbone.validations

Declarative, HTML5 Attribute-Inspired Validations for Backbone
301 stars 37 forks source link

"required" no longer works with backbone 0.9 #17

Closed tomaszkubacki closed 12 years ago

tomaszkubacki commented 12 years ago

As of 0.9 backbone disallows invalid state. "Can't create an invalid model" error is thrown

thaberkern commented 12 years ago

Problem should be solved with Backbone 0.9.1 isn't it?

nsb commented 12 years ago

Yep, 0.9.1 fixed this issue for me.

tomaszkubacki commented 12 years ago

yea work for me too now - thanks for info