Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

React Native: How to select the next TextInput after pressing the "next" keyboard button?

$
0
0

I defined two TextInput fields as follows:

<TextInput    style = {styles.titleInput}   returnKeyType = {"next"}   autoFocus = {true}   placeholder = "Title" /><TextInput   style = {styles.descriptionInput}             multiline = {true}   maxLength = {200}   placeholder = "Description" />

But after pressing the "next" button on my keyboard, my react-native app isn't jumping to the second TextInput field. How can I achieve that?

Thanks!


Viewing all articles
Browse latest Browse all 16552

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>