Fork me on GitHub
#reagent
<
2016-03-20
>
yusup16:03:24

Hi guys ,what is the correct way to bind data when the user input may contain non latin characters ,like Chinese ,Korean ?

yusup16:03:51

my code is only working for Chrome/Safari, but not working with Firefox.

yusup16:03:45

this code works perfectly if I dont use two way binding.

yusup16:03:19

If i set :value in param opts , firefox is not working.

mikethompson23:03:12

That (atom false) is definitely a reagent reagent.core/atom right, and not clojure.core/atom ?? The symptoms you describe leads me to be pretty sure you've got it right, but I like to ask anyway, just in case, because it is such a baffling error when it strikes.

mikethompson23:03:47

@yusup: but one thing that looks likely wrong is that you have developed a Form1 component, when it looks like you should have created a Form2 (at least, this look a likely problem from the limited context given)