login: noValidate para usar red-response en vez del aviso nativo
El navegador mostraba "Rellene este campo" (required) en lugar del error del sitio. noValidate en el form deja que la validación en cliente ya existente muestre el red-form-response (missingFields). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -53,7 +53,7 @@ export function LoginForm() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<form onSubmit={handleSubmit} acceptCharset="utf-8">
|
||||
<form onSubmit={handleSubmit} acceptCharset="utf-8" noValidate>
|
||||
<table className="middle-center-table">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user