I am got a loop data Array that contains more than 100 data and I am used map method to render it that are already defined the user can update only for the specific field have id and unique id I now need to be able to edit/submit them uniquely separate fields.All fields should be some default. At the moment, I haven't figured out how to differentiate them onChange causing the state to be the same on ALL fields. I need each field to update separately with its unique data and I am using react hooks Input Forms, rendered by the map. These are the forms I want unique update fields.
Please Give Any Idea that will helpful to implement or suggestion how to approach this I am new to react please help us
Thanks for Help
codesandoxLink:https://codesandbox.io/s/react-week-date-view-r3mvj?file=/src/App.js