Form KeyValue component dehydrateStateUsing undots keys
I have a simple KeyValue field and am formatting it's state and returning a collection(also tried returning an array but get the same results) and when I submit the form the dehydrate receives the keys undotted.
For example if the state I return from formatStateUsing looks like the following:
Modify the url on the UI.
Then the dehydrateStateUsing will receive it as:
I also checked and the formatStateUsing returns the collection/array in the correct format.
0 Replies