Solutionunvalidated
Hide the forms using `visibility: hidden` (and optionally `height/width` handling if needed) or preserve input state externally (e.g., React state) so values persist across visibility changes.
48a668b3-6db4-434d-96fb-5812120384a0
Hide the forms using visibility: hidden (and optionally height/width handling if needed) or preserve input state externally (e.g., React state) so values persist across visibility changes.