- added possibility to reset an input with a specific value
- added possibility to reset the form an provide values for each input
- added possibility to configure the timeout before revalidating the form when changing an input
- now it is possible to add an autoComplete prop to the form element
- the validation rule
isRequired
now checks forundefined
,null
or an empty string. everything else is valid
- first official release!
- added api documentation
- fields are only validated if they are required, or the value is not empty fixes issue#5
- added changelog
- added live edit example
- initial release on npm
- Status:
- Although there are still some things to be done (like a documentation for the API, more examples, more default validations) this version already has the basic functionality and is working as expected.