Field with multiple HelperText instances #3684
Unanswered
loicplaire
asked this question in
Q&A
Replies: 1 comment
-
|
That's a valid use case. We'll consider adding it. |
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.
-
The issue
Framework: Vue 3
Ark UI Version:
5.25.0The Field component currently only supports a single Field.HelperText instance. However, I have a use case where my design system component might have two separate helper texts associated with the same field:
Potential solution
I could implement a solution using
Field.RootProviderwith a custom field context:Questions
Any guidance or alternative approaches would be really appreciated! 🙏
Beta Was this translation helpful? Give feedback.
All reactions