Skip to content

Commit

Permalink
chore: Update TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
ITenthusiasm committed Apr 22, 2024
1 parent 5b8852f commit c1d2ce7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# TODO

## Priority

- [ ] Update `@form-observer/lit` to automatically use `renderByDefault` and Lit's `render` function.
- [ ] Add docs on how to reconcile error messages between server and client.
- [ ] **Consider** adding some kind of `revalidateOn` option for the `FormValidityObserver`. (For example, after a field has become invalid `onfocusout`, someone might want that field to be continuously validated `oninput` until it is corrected.)

## Documentation

- [ ] Add more detailed examples of how to use `Zod` with the `defaultErrors.validate` option.
Expand Down

0 comments on commit c1d2ce7

Please sign in to comment.