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
Copy file name to clipboardexpand all lines: TODO.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# TODO
2
2
3
+
## Priority
4
+
5
+
-[ ] Update `@form-observer/lit` to automatically use `renderByDefault` and Lit's `render` function.
6
+
-[ ] Add docs on how to reconcile error messages between server and client.
7
+
-[ ]**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.)
8
+
3
9
## Documentation
4
10
5
11
-[ ] Add more detailed examples of how to use `Zod` with the `defaultErrors.validate` option.
0 commit comments