Referencing errorMessage in template via useField crashes browser. AND meta.valid is always false. #4648
Unanswered
jamiedoris
asked this question in
Q&A
Replies: 1 comment
-
I worked around it by abandoning useField() and instead leveraging the slots in the Form tag like so:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tried to simplify a very complicated form component here. I realize there could be any number of other factors causing my issues but here it is....
< owl-toggle > is a custom component which is not important, other than I want it disabled until the email field is valid.
Beta Was this translation helpful? Give feedback.
All reactions