Skip to content

Commit 823a231

Browse files
committed
chore: Update TODOs
1 parent f1b9270 commit 823a231

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

TODO.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# TODO
22

3-
## Priority
4-
5-
- [ ] Support some kind of `renderByDefault` option
6-
73
## Documentation
84

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

docs/form-validity-observer/guides.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Here you'll find helpful tips on how to use the `FormValidityObserver` effective
1313
<!--
1414
TODO: Some `Guides` that could be helpful:
1515
16-
1) MAYBE something on how to work with accessible error messages? (Should we also mention `aria-errormessage` vs. `aria-describedby` too? As well as the lack of support for `aria-errormessage`? Or does that belong somewhere else in the docs?)
16+
1) Using `renderByDefault` to render errors to stateful objects (instead of rendering to the DOM).
17+
2) Reconciling error messages sent by the server on the client side.
18+
3) MAYBE something on how to work with accessible error messages? (Should we also mention `aria-errormessage` vs. `aria-describedby` too? As well as the lack of support for `aria-errormessage`? Or does that belong somewhere else in the docs?)
1719
-->
1820

1921
## Enabling Accessible Error Messages during Form Submissions

0 commit comments

Comments
 (0)