gpt4 book ai didi

javascript - 如何在 React Native 中的多行文本中显示键盘完成按钮

转载 作者:行者123 更新时间:2023-12-05 00:29:30 39 4
gpt4 key购买 nike

我的 react native View 中有一个多行文本。当用户键入时,在键盘 View 中我需要显示完成(勾号)按钮。相反,它显示下一行图标。有什么办法可以做到这一点。如果我使用文本输入,我可以这样做,但我需要添加多行。这是我的文本输入

<TextInput style = {styles.contactInput}
underlineColorAndroid="transparent"
multiline = {true}
placeholder="Type your feedback here"/>

最佳答案

您可以添加 blurOnSubmit={true} 以显示提交按钮而不是返回键

<TextInput style = {styles.contactInput}
underlineColorAndroid="transparent"
multiline = {true}
blurOnSubmit={true}
placeholder="Type your feedback here"/>

关于javascript - 如何在 React Native 中的多行文本中显示键盘完成按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48891522/

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