-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Component: TextInputRelated to the TextInput component.Related to the TextInput component.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Description
- I have reviewed the documentationI have searched existing issuesI am using the latest React Native versionTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Environment
Environment:
OS: macOS High Sierra 10.13.4
Node: 8.9.0
Yarn: 1.5.1
npm: 5.5.1
Watchman: 4.9.0
Xcode: Xcode 9.3 Build version 9E145
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
react: ^16.3.2 => 16.3.2
react-native: ^0.55.3 => 0.55.3
Steps to Reproduce
export class Test extends React.PureComponent {
state = {
text: "",
};
render() {
return (
<View>
<Text>test:</Text>
<TextInput
value={this.state.text}
onChangeText={text => this.setState({ text })}
/>
</View>
);
}
}
try input some Chinese using soft keyboard
Expected Behavior
Textinput works like Textinput in 0.51
Actual Behavior
Can't select Chinese character from pinyin.
It only works if value={this.state.text}
is removed
tmpbin, heero2801, JamesZhange, m-cho, BukhariMuslim and 2 more
Metadata
Metadata
Assignees
Labels
Component: TextInputRelated to the TextInput component.Related to the TextInput component.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
luchenn commentedon May 3, 2018
I have the same issue.
ihahoo commentedon May 5, 2018
same
littlewords commentedon May 8, 2018
same in ios
marcmoo commentedon May 8, 2018
same issue on ios
tangkunyin commentedon May 9, 2018
@kdong007 It's a bug on iOS
Here is the answer:
#19087
#18874
#18456
jarvisluong commentedon May 9, 2018
This bug also affects other language as well (in my case Vietnamese)
yll2wcf commentedon May 18, 2018
I have the same problem.
react-native: 0.55.4
wanxsb commentedon May 23, 2018
I have the same problem
react-native: 0.55.4
thu-san commentedon Jun 18, 2018
react-native: 0.55.4 with expo and I tried fixing
#19087
#18874
#18456
but no success.
heero2801 commentedon Jun 23, 2018
Same problem with Japanese
woshi82 commentedon Jul 19, 2018
I have encounter same problem,I'm using chinese. And this PR work for me. #18456
stale commentedon Dec 21, 2018
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions.
stale commentedon Dec 28, 2018
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.