TagGroup doesn't implement FieldError like other field components, why?
#7072
Unanswered
ArrayKnight
asked this question in
Q&A
Replies: 1 comment
-
|
|
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.
-
I was noticing that the documentation for
TagGroupwas inconsistent with other fields, where the docs show conditionally rendering a<Text slot="errorMessage">instead of utilizing theFieldErrorcomponent that other fields use. Looking at the source, it appears thatTagGroupdoesn't implement theFieldErrorContext, which made me think it was intentional.Can you explain the reasoning behind this inconsistency, please?
Beta Was this translation helpful? Give feedback.
All reactions