resetForm
when data received in Update Form
#4133
-
The scenario is simple, I have an edit button on a record that opens a dialog to edit an address. When the component is mounted the data is fetched so I cannot use the result for the
for some of the nested values in result.value.address. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I have never seen this before except for your earlier issue/discussion on it. Can you reproduce it in a minimal example so I can check what is going on? We have tests covering the initial values and |
Beta Was this translation helpful? Give feedback.
I have never seen this before except for your earlier issue/discussion on it. Can you reproduce it in a minimal example so I can check what is going on?
We have tests covering the initial values and
resetForm
, so if this is a general problem it would be caught unless it is an edge case, an example would show.