Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

textInput value proper is invalid #20341

Closed
2248157705 opened this issue Jul 22, 2018 · 3 comments
Closed

textInput value proper is invalid #20341

2248157705 opened this issue Jul 22, 2018 · 3 comments
Labels
Component: TextInput Related to the TextInput component. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@2248157705
Copy link

React Native Environment Info:
System:
OS: IOS
"react": "16.3.1",
"react-native": "0.55.3",

<TextInput
value={this.state.showValue}
onChangeText={(text)=>{
this.customValue(text)
}} />
customValid(text)
{
this.setState({
showValue:'text'
})

}

i want to custom valid the textinput value in every time user input , but the value proper can not work

@react-native-bot react-native-bot added the Component: TextInput Related to the TextInput component. label Jul 22, 2018
@iamdurui
Copy link

I hava this problem ,
React Native Environment Info:
System:
OS: IOS
"react": "16.4.1",
"react-native": "0.56.0", but android is ok!! @react-native-bot thanks

@stale
Copy link

stale bot commented Dec 12, 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 stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Dec 12, 2018
@stale
Copy link

stale bot commented Dec 19, 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.

@stale stale bot closed this as completed Dec 19, 2018
@facebook facebook locked as resolved and limited conversation to collaborators Dec 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Component: TextInput Related to the TextInput component. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

4 participants