redux-form/redux-form

[React Native] composite character issue (no support for Korean)

オープン

#3,938 opened on 2018/03/25

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (1,683 件のフォーク)batch import
Version 7bughelp wanted

Repository metrics

Stars
 (12,592 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド