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: docs/form-validity-observer/guides.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,9 @@ Here you'll find helpful tips on how to use the `FormValidityObserver` effective
13
13
<!--
14
14
TODO: Some `Guides` that could be helpful:
15
15
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?)
17
19
-->
18
20
19
21
## Enabling Accessible Error Messages during Form Submissions
0 commit comments