Skip to content

Instantly share code, notes, and snippets.

@artieziff
Created September 14, 2016 01:41
Show Gist options
  • Save artieziff/54a26d359d887147ed25be9eb79165b3 to your computer and use it in GitHub Desktop.
Save artieziff/54a26d359d887147ed25be9eb79165b3 to your computer and use it in GitHub Desktop.

Se debe agregar el atributo maxlength para los siguientes inputs con los valores abajo definidos:

<input tabindex="-1" id="enrollPhraseInput" class="alphanumeric" type="text" placeholder="Frase de seguridad" maxlength="20">
<input tabindex="-1" maxlength="30" id="enrollAnswerInput" class="alphanumeric no-space uppercase-message" placeholder="Respuesta" type="password">
<input tabindex="-1" maxlength="30" id="enrollConfirmationInput" class="alphanumeric no-space uppercase-message" placeholder="Confirmación" type="password">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment