set min value and remove max in stitching side bar
parent
be08c72056
commit
f7f8cf8df3
|
@ -21,7 +21,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label>Bundle ID</label>
|
||||
<input type="number" class="form-control" name="bundle-id" maxlength="100" th:value="${param['bundle-id' ?: 100]}">
|
||||
<input type="number" class="form-control" min="0" name="bundle-id" th:value="${param['bundle-id']}">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Start Date</label>
|
||||
|
|
Loading…
Reference in New Issue