iOS Dictation not usable in TextInput #20778
Labels
Component: TextInput
Related to the TextInput component.
Platform: iOS
iOS applications.
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Description
Focus in the TextInput, choose dictation and start recording
Only First word is input to TextInput
if _.debounce is used, multiple words can be displayed but still not showing the full text in the recording. Keyboard input may has issue after _.debounce is used.
Reproducible Demo
Simply use component in a View,
<TextInput
onChangeText={(username) => this.setState({username})}
value={this.state.username}
/>
Choose Dictation in the keyboard view,
Start recording and wait for recognition
->issue reproduced
The text was updated successfully, but these errors were encountered: