Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任务:
在我的应用程序中,我想输入数据库中已经存在的用户名,并在表单字段中出现红色错误,例如“用户名必须是唯一的。
是否可以编写一些自定义验证以确保 formik 首先检查 MySQL 数据库,以查看该用户名是否存在于数据库中?
抓住这个确切的错误,然后将其作为重复尝试处理。
试图在前面赶上它只会导致比赛条件,在比赛时,只会得到同样的错误。