-
For example, I need the outputted forms to render with a name attribute to improve accessibility. Is something like this possible? Expected input: Expected output: Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
obliviga
Jun 21, 2022
Replies: 1 comment
-
Nevermind, I realized that I can indeed do this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
obliviga
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind, I realized that I can indeed do this:
<Form name={'test'} />
to render the expected output.