Access Other Values of the Current Form with redux-form

InstructorRory Smith

Share this video with your friends

Send Tweet

Sometimes, we need to be able to access values of a form while evaluating another part of the form. For example, we may need to compare a password with a confirmation password to ensure they match each other. Let’s find out how to do this with redux-form.