aurelia / validatejs

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

Validation Decorator - Property Rewrite #55

Closed ajayvikas closed 8 years ago

ajayvikas commented 8 years ago

Can we please avoid property rewrite. I don't think it is good idea to touch the model objects in general. In our case, in some of the properties we have getter and setters and aurelia is breaking them when validation decorator is defined on them.

EisenbergEffect commented 8 years ago

@PWKad Didn't we recently discuss removing the property re-writing in favor of leeting that all be handled by the validate binding behavior?

plwalters commented 8 years ago

Duplicate of https://github.com/aurelia/validatejs/issues/21