This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
Releases: cat-react/form
Releases · cat-react/form
v0.1.2
- 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
v0.1.1
- 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
v0.0.3
First official (pre-)release!
This is the first offical working release of @cat-react/form
which is also hosted on the public npmjs repository.
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.