redux-form/redux-form
GitHub で見る[React Native] composite character issue (no support for Korean)
Open
#3,938 opened on 2018年3月25日
Version 7bughelp wanted
説明
Are you submitting a bug report or a feature request?
I found a bug with ReduxForm
What is the current behavior?
This bug still happens when I put Korean characters. breaks character composition.
What is the expected behavior?
(Deck Title : 가ㄱㅏㄱㅏ should be 가가가)
In korean, to input charater '가', I have to enter 'ㄱ' and then 'ㅏ', and they are composed into '가'
But, when value changed to non-empty value from empty value, it breaks a composition. So I can't enter '가' to the TextField
What's your environment?
macOs 10.13.3 "react": "16.2.0", "react-native": "0.52.0", "redux": "^3.7.2", "redux-form": "^7.3.0"
Other information
It looks ReduxForm has a bug.
because normal TextInput element or tcomb-native works well.
I think ReduxForm re-rendering is breaking the composition.