Solutionunvalidated
Ensure each step’s form section/input group remounts when switching steps by adding a unique key (e.g., `key={step}` or separate keys per step) so React does not preserve the previous step’s input state.
57b8b336-dfd7-43da-a816-8ad969b2b5d9
Ensure each step’s form section/input group remounts when switching steps by adding a unique key (e.g., key={step} or separate keys per step) so React does not preserve the previous step’s input state.