this is how it looks in ui The image shows the scenario. I made it work using debounce but that surely is not the final solution. i need to make an object in this structure based on what input user puts in these field. { propertyName: propertyValue, propertyName: propertyValue, propertyName: propertyValue, propertyName: propertyValue, propertyName: propertyValue, }
Note that i have used only two sets of input which i am mapping on 5 times refer the code snippet for that