Top "Redux-form" questions

Redux Form works with React and Redux to enable a form in React to use Redux to store all of its state.

Redux form - how to set fields as touched

I'm working with form that consists of multiple pages and I want to solve validation. When I hit Submit button …

redux react-redux redux-form
Typing redux forms v7 with TypeScript and React

I've got a plain react-redux-powered form. I wish for there to be a form.container.tsx and a form.component.…

javascript reactjs typescript redux redux-form
redux-form: How to disable submit button if at least one Field is not valid?

I'm rendering the below simple form using redux-form and it's working nicely. Now, I'd like to have the submit button …

reactjs redux react-redux redux-form
How to implement validation/restriction in react-datepicker

I am trying to implement restriction or validation in a react-datepicker component. I am using redux-form for validation and normalization(…

javascript reactjs redux redux-form react-datepicker
How to onFocus and onBlur a React/Redux form field that's connected to React Date Picker?

I've got this simple v6 redux-form with an input that renders a custom component that populates its value using react-day-picker. …

reactjs datepicker redux redux-form react-day-picker
Redux Form: How to handle multiple buttons?

I am trying to add a second submit button to a redux-form. Both buttons should dispatch an action that saves …

reactjs redux redux-form
Redux Form - initialValues not updating with state

I am having some issues with setting the inital form field values using redux-form. I am using redux-form v6.0.0-rc.3 …

reactjs redux react-redux redux-form
redux saga and history.push

Backgrond: I am creating a Login component. saga.js is composed by 3 functions 1. rootSaga. It will execute the list of …

javascript reactjs redux-form redux-saga
Redux-form: display a list of errors on top of a page

I want to use Redux-form in a manner that changes input color & displays the actual error on top of …

javascript reactjs redux redux-form
Redux-form handleSubmit: How to access store state?

In a redux-form handleSubmit function, which makes an Ajax call, some properties from the Redux state are needed in the …

reactjs redux react-redux redux-form