Код: Выделить всё
const [adminExists, setAdminExists] = useState(false); // {
... request from server
setAdminExists(true/false)
})
Код: Выделить всё
const LoginForm = () => {
if (adminExists) {
return (...loginForm)
} else {
return (
title
//
Подробнее здесь: [url]https://stackoverflow.com/questions/79346394/my-form-input-boxes-are-clearing-when-the-value-is-changed-password-validation[/url]
Мобильная версия