You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
### 0.1.2 (January 30, 2018)
2
+
- added possibility to [reset an input](https://github.com/cat-react/form/blob/master/docs/api.md#resetvalue) with a specific value
3
+
- added possibility to [reset the form](https://github.com/cat-react/form/blob/master/docs/api.md#reset) an provide values for each input
4
+
- added possibility to [configure the timeout](https://github.com/cat-react/form/blob/master/docs/api.md#changevaluetimeout-1) before revalidating the form when changing an input
5
+
1
6
### 0.1.1 (November 21, 2017)
2
7
- now it is possible to add an [autoComplete](https://github.com/cat-react/form/blob/master/docs/api.md#autocomplete) prop to the form element
3
8
- the validation rule `isRequired` now checks for `undefined`, `null` or an empty string. everything else is valid
0 commit comments