We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8b0be commit d4db442Copy full SHA for d4db442
packages/core/FormValidityObserver.js
@@ -44,7 +44,7 @@ const attrs = Object.freeze({ "aria-describedby": "aria-describedby", "aria-inva
44
*
45
* @property {
46
(field: E) => void | ErrorDetails<M, E> | Promise<void | ErrorDetails<M, E>>
47
- } [validate] A function that runs custom validation logic for a field. This validation is always run _last_.
+ } [validate] A function that runs custom validation logic for a field. This validation is always run _last_.
48
*/
49
50
/**
0 commit comments