Skip to content

Commit

Permalink
Altera minlength do Código INEP da Matrícula
Browse files Browse the repository at this point in the history
  • Loading branch information
edineivaldameri committed Feb 23, 2024
1 parent 904efe0 commit 61b21f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/enrollments/enrollmentInep.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class="geral"
name="matricula_inep"
id="matricula_inep"
maxlength="12"
minlength="12"
minlength="1"
inputmode="numeric"
value="{{ $enrollment->inep->matricula_inep ?? null }}"
placeholder="Código INEP"
Expand Down

0 comments on commit 61b21f3

Please sign in to comment.