Fork me on GitHub
#reagent
<
2019-03-30
>
caleb.macdonaldblack06:03:29

I'm using re-natal with reagent in react native. When storing state for an input and setting :value :on-text-change props, I get an odd typing experience where characters are not getting created or deleted correctly. Anyone know what's up with that and how to fix it?

ferossgp08:03:39

That was discussed in #cljsrn yesterday if you want to see a deeper explanation, shortly you should pass initial-value and without value, and let rn do the rest.

caleb.macdonaldblack08:03:28

Thanks for the response. If I do that I cannot clear the field by modifying the value. Are you aware of any alternatives to modifying it?