gpt4 book ai didi

android - 如何在 React Native 中的 TextInput 上设置焦点监听器

转载 作者:行者123 更新时间:2023-11-29 19:09:47 26 4
gpt4 key购买 nike

您好,我在我的 React Native 应用程序中使用 TextInput。我想通过单击 TextInput 打开日期对话框。我想到了,如果它允许监听焦点事件,那么它可能对我有用。

我没有找到任何关于这个的词。有谁知道如何在 React Native 的 TextInput 上设置焦点监听器?

<TextInput
style={{
height: 40,
borderColor: "gray",
borderWidth: 1,
marginTop: 8
}}
underlineColorAndroid="transparent"
placeholder={strings.schedule_date}
onKeyPress={keyPress => console.log(keyPress)}
/>

最佳答案

您可以为此使用 onFocus 属性。它是在文本输入获得焦点时调用的回调。你可以阅读这个document .

关于android - 如何在 React Native 中的 TextInput 上设置焦点监听器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45781088/

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