gpt4 book ai didi

react-native - 如何在 native react 中禁用键盘

转载 作者:行者123 更新时间:2023-12-04 05:08:28 25 4
gpt4 key购买 nike

您好,我创建了屏幕键盘组件,我想禁用平台键盘,如何禁用?

<TextInput
secureTextEntry
ref="Pin"
selectionColor="#656565"
keyboardType="numeric"
activeColor="#656565"
inactiveColor="#fff"
autoFocus={false}
ignoreCase
codeLength={4}
inputPosition="center"
size={50}
onFulfill={isValid => this}
codeInputStyle={{ borderWidth: 1.5 }}
/>

最佳答案

我也有问题。没有其他解决方案对我有用。这将显示文本输入字段,它可以点击但不可编辑。

<TouchableOpacity onPress={this.openPinKeyboard}>
<View pointerEvents="none">
<Input editable={false} value="1234" />
</View>
</TouchableOpacity>

关于react-native - 如何在 native react 中禁用键盘,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51135278/

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