-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reagent render Input
dosen't support Chinse and cursor doesn't perform well
#444
Comments
I'm not able to help much with React-native. I do believe Chinese works in normal HTML inputs with Reagent? This would point this being React-native problem. Are you running latest React-native? Quick search to their issues reveals e.g. this issue that was fixed on 0.57: facebook/react-native#18403 You could also try uncontrolled input, i.e. without |
It's exactly that we can use uncontrolled component. But it looks like that reagent can't work well with |
It looks like the latest reagent still has an issue with controlled components. See #485 |
version
What I do
I use
reagent.core/create-class
to create a Component Class with some React Native UI Component, includingTextInput
. And the renderstate
isreagent
own, which is.-cljsState
.It works correctly with English, but I can input Chinese. This is the code snippet:The text was updated successfully, but these errors were encountered: