question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Input component cannot input Chinese, Japanese, Korean

See original GitHub issue
  1. npm install 3.4.1
  2. import Input component
  3. Input Chinese Pinyin, but Chinese is not displayed on the input box
  4. Use the official textinput component to input normally
import {Input} from 'react-native-elements';
...
<Input
      placeholder={I18n.t('setUsername')}
      inputContainerStyle={styles.modal_inputContainerStyle}
      inputStyle={styles.modal_input}
      errorStyle={styles.height0}
      value={name}
      onChangeText={text => setName(text)}
  />

react-native-elements: 3.4.1 react-native: 0.63.2 Platform: ios

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Don-oneselfcommented, May 7, 2021

Change the modal component to react-native-modal and everything is normal, thank you again

1reaction
Don-oneselfcommented, May 7, 2021

Did you test the ios system just now?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Composition Events(Chinese, Japanese IME) problem in ...
In React, there are three synthetic events - onCompositionEnd , onCompositionStart and onCompositionUpdate . If the input components( <input...> ...
Read more >
Chapter 11. Enabling Chinese, Japanese, or Korean text input
Certain scripts, such as Chinese, Japanese, or Korean, require keyboard input to go through an Input Method Engine (IME) to enter native text....
Read more >
Chinese, Japanese and Korean (and probably other IME ... - Jira
This issue is about CJK Input Method Editor (IME) not functioning; your problem is about console output, and probably is not limited to...
Read more >
How to use Chinese, Japanese and Korean Input Method ...
hiragana above the character. For Korean, use Alt+Ctrl+F7 to add the hangŭl. II Language Bar. • For best predictable results on Windows 2000: ......
Read more >
Cannot create local users if you are using Chinese, Japanese ...
When setting up a new Windows 10 device, you might be unable to create a local user when using Input Method Editor (IME)....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found