is it possible to get multiple input from the input field which is created dynamically in react js?
I am creating a webpage with a form, in which I will be creating an input field dynamically based on the values I got from the backend. I had created the input field, but I don’t know how to retrieve the data from each field and send them to the backend when I click add… Read More is it possible to get multiple input from the input field which is created dynamically in react js?