jurassix / react-validation-mixin

Simple validation mixin (HoC) for React.
MIT License
283 stars 38 forks source link

Support validation of nested objects (compound keys) #12

Closed ivan-kleshnin closed 9 years ago

ivan-kleshnin commented 9 years ago

Relatively complex one. I need this to have same state structure for detail and edit components (fields are under model key). Please review commits from Feb 16, 2015 TODO: support immutable (see TODO in code)

jurassix commented 9 years ago

Nice! This could definitely be useful for other users. I'll review this PR tonight. I've finished the next API release candidate. I'll push it somewhere for conversation soon. It looks like there may be to many conflicts to use your branch; but I'll check.

ivan-kleshnin commented 9 years ago

I discovered more errors both in this code and in our expectations. Will update this PR as soon as possible.

jurassix commented 9 years ago

ok np

ivan-kleshnin commented 9 years ago

Closed in favor of https://github.com/jurassix/react-validation-mixin/pull/13