Using redux-form I'm losing focus after typing the first character

后端 未结 7 628
甜味超标
甜味超标 2020-12-24 12:40

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

7条回答
  •  醉梦人生
    2020-12-24 13:19

    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().

提交回复
热议问题