Skip to content

Commit cef4fe9

Browse files
committed
Changelog clarifications.
1 parent 126cef1 commit cef4fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12-
- Client-side validators now works in realtime, based on "reward early, validate late".
12+
- Client-side validators now works in realtime, based on "reward early, validate late"; If no error, validate on `focusout`. If error exists, validate on `input`.
1313

1414
### Removed
1515

@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
- Added `validate` to `superForm`, which can be used to validate any field, at any time.
2121
- The option `{ taint: boolean }` has been added to `form.set` and `form.update`.
22-
- The `resetForm` option can now take an (async) `() => boolean` function to determine whether the form should be resetted or not.
22+
- The `resetForm` option can now take an `async () => boolean` function to determine whether the form should be resetted or not.
2323

2424
## [0.7.1] - 2023-04-17
2525

0 commit comments

Comments
 (0)