在 React Native TextInput 上禁用粘贴 [英] Disable Paste on React Native TextInput

查看:178
本文介绍了在 React Native TextInput 上禁用粘贴的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

文档中没有关于此的任何内容.我想在 React Native 中单击 TextInput 时禁用下面的小弹出窗口.

Nothing in the docs about this. I want to disable the small popup below when clicking on a TextInput in React Native.

有什么想法吗?

推荐答案

<TextInput
   contextMenuHidden={true}
   value={this.state.text}
   onChangeText={(text) => this.setState({ text})}
/>

这篇关于在 React Native TextInput 上禁用粘贴的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆