gpt4 book ai didi

validation - React Native 如何验证用户名和密码

转载 作者:行者123 更新时间:2023-12-03 23:53:05 25 4
gpt4 key购买 nike

我想验证用户名和密码,然后我想在输入字段下方显示错误。

我已经以警报形式给出,但我需要在输入字段下方显示错误。

如果有人知道,请告诉我。

 if( uname == '' && pwd == '' || uname == '' || pwd =='' || uname =="true" && pwd == '') {
if(uname == ''){
alert('Username is required');
}
else
{
alert('Password is required');
}

// alert('This value is required');
}
else{
alert('Invalid username/password');
}

最佳答案

放一个 <Text>下面的元素<TextInput>
采取一种状态errorMessage并在 <Text> 中使用它

当您想显示错误时,请在 errorMessage 中设置消息

没有设置它时的 ane null

关于validation - React Native 如何验证用户名和密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54602984/

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