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

Introduces "mapState" createField option #369

Open kettanaito opened 5 years ago

kettanaito commented 5 years ago

Adds possibility to wrap field in high-order components, and derive a field's state based on the props (that can be injected from another high-order components).