Closed
Description
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
=> this.setState({username})}
value={this.state.username}
/>
Choose Dictation in the keyboard view,
Start recording and wait for recognition
->issue reproduced