aurelia / validatejs

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

fix(renderer): ensure previous errors are cleared before rendering ne… #52

Closed apawsey closed 8 years ago

apawsey commented 8 years ago

…w errors

Fix for #39

This is the simplest fix for this issue, however it also doesn't feel particularly good, as we constantly have to destroy and recreate elements, that may be exactly the same.

I will see if I can come up with a nicer way of not wasting that effort.

plwalters commented 8 years ago

@EisenbergEffect CLA confirmation request.

EisenbergEffect commented 8 years ago

CLA Confirmed.