Question:
I have 3 input fields but changing one is affecting every input field. I tried adding keys to the fields as well.Code:
Answer:
You need to set your name unique for each input item. For example:<Form.Item name={“startRange”+index}> <Form.Item name={“endRange”+index}>
If you have better answer, please add a comment about this, thank you!