Fork me on GitHub
#reagent
<
2016-01-09
>
sveri11:01:02

Hi, whats a common reason for a text field to loose its focus after updating it?

mikethompson13:01:58

@sveri: you might be recreating the <input> (destroying and recreating it)

sveri16:01:22

@mikethompson: Thanks, I look into this

sveri17:01:25

I used a key which was directly related to the value of the specific text field....shouldnt do this obviously 😄