added min and max to change

This commit is contained in:
bton 2024-09-18 22:56:03 +02:00
parent 2357d37228
commit f6e8383a57

View file

@ -22,7 +22,7 @@
</select> </select>
</p> </p>
<p> <p>
<input name="change" type="number" lang="nb" step="0.01" placeholder="money to transfare"> <input name="change" type="number" lang="nb" step="0.01" max=1000 min=-1000 placeholder="money to transfare">
</p> </p>
<p> <p>