davidkpiano / react-redux-form

Create forms easily in React with Redux.
https://davidkpiano.github.io/react-redux-form
MIT License
2.07k stars 251 forks source link

actions.blur() does not work #1177

Closed mellis481 closed 6 years ago

mellis481 commented 6 years ago

I'm dispatching actions.blur() and passing a valid form model. I can see it firing using my logger middleware, but focus is not actually lost/blurred on the input in question.

davidkpiano commented 6 years ago

Please create a reproducible example and I'll reopen this.