#4782·redux-form

validate does not trigger with new initialValues

Author: glecompteCreated Apr 7, 2023Updated Oct 22, 2024
Labelsbug

When the form is passed a new initialValues prop the validate function does not fire.

This happens with redux-form 8.3.10 but not on 8.3.9 or below.

On initial load of the form the validate function fires as expected. Upon passing the form a new initialValues prop, validate does not fire as I would expect.