How can I use the useFieldArray
with input separated?
#11340
Unanswered
RiyaadHossain
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 want to use the
useFieldArray
but want to separate the input field.In my code, I want to show the data of the
fields
property in a table. That's why the input fields are separated from thefield
. How can I achieve that? Please visualize my code.Full Code: https://codesandbox.io/p/github/RiyaadHossain/Jobster/main?file=%2Fsrc%2Fcomponents%2Fdashboard%2FAddEducation.jsx&workspaceId=fc8f1001-764a-4f12-b02e-922193188a43
My code:
Screenshot of the UI for better visualization:

Beta Was this translation helpful? Give feedback.
All reactions