-
Notifications
You must be signed in to change notification settings - Fork 25.2k
TextInput freeze and crash, Android #18411
Copy link
Copy link
Closed
Labels
Component: TextInputRelated to the TextInput component.Related to the TextInput component.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.
Metadata
Metadata
Assignees
Labels
Component: TextInputRelated to the TextInput component.Related to the TextInput component.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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
I coded a simple signin screen prototype with four
TextInputs. In both the simulator and my usb-connected Galaxy S8+, whichever TextInput is selected first is the only I can type into. The others become unselectable.Environment
The Galaxy is now running Oreo. The emulator is running 7.1.1.
react-native info:Expected Behavior
Click in one TextInput, enter some text... Select another TextInput, enter some text,...
Actual Behavior
Click in one TextInput, enter some text,.. Then, attempt to select another TextInput but it is not selectable.
Steps to Reproduce
I don't have time to set up a repo specifically to reproduce this issue.