Problemunvalidated
all fields show the CustomerName for the customer — I'm building a form in React to support user input for CRUD operations. Tension: they need to show the values of each field in customer. Outcome: use `customer[field.name]` instead of trying to use `customer.{field.name}`.
e81bceed-3cac-46d0-9481-159d16a78d60
all fields show the CustomerName for the customer — I'm building a form in React to support user input for CRUD operations. Tension: they need to show the values of each field in customer. Outcome: use customer[field.name] instead of trying to use customer.{field.name}.