-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
🐞 iOS: Dictation Mic doesn't work properly with TextInput multiline #37991
Comments
|
upgraded to |
Same issue happening here, we suspect that it's due to this change: a804c0f |
DICTATION.MIC.mp4Our client reported this issue with above recording. This only happens in real device with |
I can confirm that reverting this removes the problem! |
Seeing this issue on 0.71.11. Which version of React Native did you revert to in order to avoid this problem? |
This issue seems related to I can confirm that the issue is fixed in 0.72.3 |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Do you still experience this issue? I have four years of experience maintaining facebook/react-native and I specialize in the Text and TextInput components. I currently have 58 facebook/react-native PRs. If you still experience this issue, I will make sure to prepare a patched release with the fix. Thanks a lot |
i am still having this issue - RN 0.71.8 |
This is still an issue with RN 0.73.5 |
I'm still have this issue on iOS with inline dictation. And it does not work only with multiline TextField @fabOnReact |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
afaik this has not been fixed |
Description
I tried using Dictation mic on iOS with TextInput. It works fine when multiline is OFF. But it doesn't work if multiline is set to true. It paste the text to the input but as soon as I start to type, it removed the dictation text.
React Native Version
0.71.8
Output of
npx react-native info
Steps to reproduce
Use the following Input and play with the dictation mic.
Snack, code example, screenshot, or link to a repository
Minimal reproduction case is to just use TextInput with multiline set to True
The text was updated successfully, but these errors were encountered: