aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/attributes/minlength
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/html/attributes/minlength')
-rw-r--r--files/es/web/html/attributes/minlength/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/html/attributes/minlength/index.html b/files/es/web/html/attributes/minlength/index.html
index 23056673e2..a982aee0a3 100644
--- a/files/es/web/html/attributes/minlength/index.html
+++ b/files/es/web/html/attributes/minlength/index.html
@@ -1,6 +1,6 @@
---
title: 'HTML el atributo: minlength'
-slug: Web/HTML/Atributos/minlength
+slug: Web/HTML/Attributes/minlength
tags:
- Entrada
- Input
@@ -9,6 +9,7 @@ tags:
- minlength
- textarea
translation_of: Web/HTML/Attributes/minlength
+original_slug: Web/HTML/Atributos/minlength
---
<p class="summary">El atributo <strong><code>minlength</code></strong> define el número mínimo de caracteres (como unidades de código UTF-16) que el usuario puede ingresar en un {{HTMLElement('input')}} o {{HTMLElement('textarea')}}. Debe ser un valor entero 0 o superior. Si no se especifica una longitud mínima o se especifica un número no válido, el <strong><code>&lt;input&gt;</code></strong> no tiene una longitud mínima. Este valor debe ser menor o igual que el valor de {{web.link("/es/docs/Web/HTML/Attributes/maxlength", "maxlength")}}; de lo contrario, el valor nunca será válido, puesto que es imposible cumplir con ambos criterios.</p>