Min Value added to input position

BugFix: Can't be x < 0
This commit is contained in:
b1rdhous3 2019-02-07 01:09:29 +01:00
parent efe1d92c0d
commit 40f4fda944
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
<label class="ltdlabel" for="ip_cl_position" data-i18n="conf_leds_layout_cl_inppos">Input position</label>
</td>
<td class="itd">
<input class="form-control ledCLconstr" id="ip_cl_position" type="number" value="0" step="1">
<input class="form-control ledCLconstr" id="ip_cl_position" type="number" value="0" min="0" step="1">
</td>
</tr>
<tr>