You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project with Asia language keyboard support
When I type some "composed words", the input candidate box just flashing instead of showing the candidates. I've tried both Chinese and Japanese keyboard but no luck.
I think it's an issue caused by onChangeText and following code in GiftedMessenger.js:
value={this.state.text}
The onChangeText is called every time while user is typing, a new state of text will set back:
I'm working on a project with Asia language keyboard support
When I type some "composed words", the input candidate box just flashing instead of showing the candidates. I've tried both Chinese and Japanese keyboard but no luck.
I think it's an issue caused by onChangeText and following code in GiftedMessenger.js:
The onChangeText is called every time while user is typing, a new state of text will set back:
That could cause the above issue, so I need some workaround to fix it.
The text was updated successfully, but these errors were encountered: