refac: do not set max for input

This commit is contained in:
Timothy J. Baek 2024-09-22 14:27:52 +02:00
parent 96ef15362a
commit 3335eee1b9

View File

@ -746,7 +746,6 @@
type="number" type="number"
class=" bg-transparent text-center w-14" class=" bg-transparent text-center w-14"
min="-2" min="-2"
max="131072"
step="1" step="1"
/> />
</div> </div>