gpt4 book ai didi

android - react native 安卓 : How to select the next TextInput after pressing the “actionNext” keyboard button?

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:58:31 25 4
gpt4 key购买 nike

我在 Android 上使用 React Native,我想像这里(ios 版本)一样使用“下一步”选项编辑一堆 TextInput: https://github.com/facebook/react-native/pull/2149#issuecomment-129262565

enter image description here

我试过:

<TextInput
style = {styles.titleInput}
returnKeyType = {"next"}
autoFocus = {true}
placeholder = "Title"
onSubmitEditing={(event) => {
this.refs.SecondInput.focus();
}}
/>

<TextInput
ref='SecondInput'
style = {styles.descriptionInput}
multiline = {true}
maxLength = {200}
placeholder = "Description" />

但是键盘关闭和打开很烦人。

我从 https://stackoverflow.com/a/4999372/1456487 了解到,在 native android 应用程序中我会使用:

android:imeOptions="actionNext"

有什么办法吗?

最佳答案

关于android - react native 安卓 : How to select the next TextInput after pressing the “actionNext” keyboard button?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34926547/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com