I\'m using redux-form and on blur validation. After I type the first character into an input element, it loses focus and I have to click in it again to continue
redux-form
i have the same problem. i resolved mine by changing the component to Class component and i removed all the css style config from render().