From c1d2ce708e1ab986279f5d23948e2f40b247716a Mon Sep 17 00:00:00 2001 From: Isaiah Thomason <47364027+ITenthusiasm@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:26:20 -0400 Subject: [PATCH] chore: Update TODOs --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index 28beaae..4c72901 100644 --- a/TODO.md +++ b/TODO.md @@ -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.