You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-native -v: v0.73.8
npm ls react-native-macos: v0.73.26
node -v: v20.12.1
npm -v: v10.5.0
yarn --version: not in use
xcodebuild -version: Xcode 15.4 Build version 15F31d
Steps to reproduce the bug
Create a TextInput component
Set its multiline prop to true
Type in a few words and blur the input
Now click on it again, somewhere in the middle of the text
Type something and your cursor should jump to the end
Expected Behavior
The cursor should keep its position.
Actual Behavior
In the attached video I'm testing it with multiline true and false, two times each.
screenshot.mp4
Reproducible Demo
You could test this in our Jira Time Tracker repository.
However to make this work a .env file with a Jira API key as well as a Jira account are required. Send me a mail to [email protected] and I can provide you with both.
Tried running Jira Time tracker through test flight, but don't have a Jira account (We use Azure Devops here at Microsoft :P), so I can't easily repro (will email though).
For the TextInput, are you setting the value property on it?
Environment
Steps to reproduce the bug
Expected Behavior
The cursor should keep its position.
Actual Behavior
In the attached video I'm testing it with multiline true and false, two times each.
screenshot.mp4
Reproducible Demo
You could test this in our Jira Time Tracker repository.
However to make this work a
.env
file with a Jira API key as well as a Jira account are required. Send me a mail to [email protected] and I can provide you with both.Additional context
This could be related to #2066 and/or #2090.
The text was updated successfully, but these errors were encountered: