Skip to content

Commit

Permalink
added min and max to month form field
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFleuren committed Jan 20, 2024
1 parent adf415c commit 19a962d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/templates/admin/salesexport/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ <h6 class="card-header">Month</h6>
type="number"
class="form-control"
th:field="*{month}"
max="12"
min="1"
/></label>
</div>
</div>
Expand Down

0 comments on commit 19a962d

Please sign in to comment.