Home > Enterprise >  Why is <input type='number' value={var_name}> replacing all the values in a table?
Why is <input type='number' value={var_name}> replacing all the values in a table?

Time:01-10

I am trying to map out a number of elements in a table and each of the elements has a specific value. Whenever i use value={inputArrival} or value={inputBurst} all the values of the specific column get update. I am attaching a screenshot. How to fix this? Edit why-is-input-type-number-value-var-name-replacing-all-the-values-in-a-tabl

  •  Tags:  
  • Related