Releases: theadam/react-inform
Releases · theadam/react-inform
v0.2.2
- Adds support for setting the "touched" state of any field.
v0.2.1
- Adds props property to each field to avoid warnings with react 15 and above
v0.2.0
Changelog
- Adds dynamic fields / validation support
0.1.2
Changelog
- Fixes
onValues
form property (#12)
- Forwards only non-controlled properties to the wrapped element (#15)
- Updated development dependencies (#17)
0.1.0
Changelog
- Added onValidate property so parents can react to validation changes.
- Added support for async validation.