Releases: ffxsam/formous
Releases · ffxsam/formous
v0.8.9
- Hitting submit (or enter) when there are invalid fields now results in displaying the field error messages
v0.8.8
- Can now use
clearForm
prop (function) to clear the form
- Form status is passed in as prop
formStatus
(formStatus.touched
and formStatus.valid
)
v0.8.6
- Hitting enter in a focused field now validates the field & form before submitting
- More code cleanup
- Added React Storybook to project
v0.8.5
- More code health changes w/ regards to lodash
v0.8.4
- Minor code health improvements
- Replaced use of
Array.prototype.findIndex
with lodash _.findIndex
for IE compatilibity
v0.8.0
- Better developer experience: detailed warnings/errors for most mistakes.
- Added feature where tests can chain (using
alsoTest
property) - to be documented soon.
- General code cleanup.
v0.7.2
- Fixed a bug where
form.valid
was not set to true
even if all the default field values passed their tests
v0.7.1
- Now uses controlled inputs
- Default values can be set via
this.props.setDefaultValues