min and negative number w/arrow
-
hi
i have a issue with the min and the max, when use the arrow you can go with negative number, for that i found this code
<script type="text/javascript"> jQuery(document).ready(function($) { //Impresiones //Input Impresion y Fotocopiado $('#forminator-field-number-1').attr('min', 1); $('#forminator-field-number-2').attr('min', 0); //Numero para Form Fotocopiado $('#forminator-field-number-3').attr('min', 0); }); </script>
but for some reason, i can still put negative numbers in the field
the field is number-2, and i have set this way
https://ibb.co/qkxLtZPIf i put minimun number in 1, it’s works, but i need put 0 in the form
Thanks
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘min and negative number w/arrow’ is closed to new replies.