aurelia / validatejs

Enables expressive validation using decorators and/or a fluent API.
MIT License
22 stars 23 forks source link

Validate binding behaviour doesn't work with bracket notation expressions #59

Closed aivins closed 8 years ago

aivins commented 8 years ago

This works: <input type="text" value.bind="user.name & validate"> This doesn't: <input type="text" value.bind="user['name'] & validate"> On version 0.3.0.

jdanyow commented 8 years ago

this is fixed in the latest build: http://blog.durandal.io/2016/06/14/new-validation-alpha-is-here/