Input component cannot input Chinese, Japanese, Korean
See original GitHub issue- npm install 3.4.1
- import Input component
- Input Chinese Pinyin, but Chinese is not displayed on the input box
- 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:
- Created 2 years ago
- Comments:9 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Change the modal component to react-native-modal and everything is normal, thank you again
Did you test the ios system just now?