I hope this question does not sound absurd but I have to make an input but without using input I have to capture only numbers and always round to the nearest, pure whole numbers ie: entry = & 149; output => 100 and perform the buttons that normally appear with an input of type number (the arrows above and below) but winged from the field where we enter the number
[entry of the default number is 100 and will go from 100 in 100 to 500, whether they are typed by the user] [top and bottom arrows are used to change the aforementioned amounts and go from 100 500 or 500 to 100 according to the user (do not decrease or increase, simply by giving the clcik lower 100 another click another 100 as the case)]
I know that the last thing can be done with js or jquery, but I hope the idea is understandable.