gpt4 book ai didi

react-native - react 原生元素形成安全文本输入

转载 作者:行者123 更新时间:2023-12-03 20:49:44 24 4
gpt4 key购买 nike

我想使用 native 元素表单作为用户密码的文本输入。我的代码在这里:

<FormLabel> Passsword </FormLabel>
<FormInput
onChangeText - {(text) => this.setState({password: text})}
/>
我怎样才能让他们输入的文本安全,这样没人能看到它是什么。
对于 textInput 他们有 secureTextEntry但我一直没能找到类似的东西来 react 原生元素

最佳答案

react 原生元素输入 继承来自 React Native 的所有原生 TextInput Prop :

见:https://react-native-training.github.io/react-native-elements/docs/input.html#props

所以这很好用:

import { Input } from 'react-native-elements'

<Input placeholder="password" secureTextEntry={true} />

关于react-native - react 原生元素形成安全文本输入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51411135/

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