-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Closed
Labels
Component: TextInputRelated to the TextInput component.Related to the TextInput component.Platform: iOSiOS applications.iOS applications.Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Using TextInput from 'react-native'
onChangeText fires when iOS "Use Strong Password" is prompted.
However if user clicks "Choose My Own Password", the TextInput value is cleared (by iOS) and the onChangeText is not fired (again).
Therefore, using code like this:
onChangeText={(text) => this.setState({ password: text })}
will not reset this.state.password to '' or undefined or null
gianpaj, nourziady and AnneKlapwijk
Metadata
Metadata
Assignees
Labels
Component: TextInputRelated to the TextInput component.Related to the TextInput component.Platform: iOSiOS applications.iOS applications.Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.