issues
search
kettanaito
/
react-advanced-form
Functional reactive forms. Multi-layer validation, custom styling, field grouping, reactive props, and much more.
https://redd.gitbook.io/react-advanced-form
MIT License
217
stars
24
forks
source link
Field (setValues): Performs field validation within "evolveP"
#329
Closed
kettanaito
closed
6 years ago
kettanaito
commented
6 years ago
Closes #327
Change log
Removes iteration over fields within the
this.validate()
predicate, resulting into a single iteration being applied (the one from
evolveP
)
Change log
this.validate()
predicate, resulting into a single iteration being applied (the one fromevolveP
)