In the initialze action we pass an object which tell the forma name and the initial values. But how does it understand which value will be for which Field.
Like if I have 5 Fields in the redux form and want to initialze only 2 Fields. Then how will the initialze action will understand for which Field the initial values are provided.
https://redux-form.com/8.2.2/docs/api/props.md/#-code-initialize-data-object-function-code-