preserverdValues for preserving user input but not on the submitted data #708
-
I have a field on the form that's conditionally rendered which references other fields on the form. When the field is not visible I don't need it on the submission result. But for user experience, I want to turn on It would be great to have temporary preservedValues option that only saves the value on the user side but the input is not validated or included in the submission result if the field is not rendered. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We removed this API as it didn't make sense to us and was intensely buggy with StrictMode. What was your usecase for the API? |
Beta Was this translation helpful? Give feedback.
We removed this API as it didn't make sense to us and was intensely buggy with StrictMode.
What was your usecase for the API?