It is necessary that the upper arrow changes the value in input by +1, and the lower one by -1. the minimum value was 0, and the maximum 9. help please example
<ul class="test"> <li class="entering-numbers"> <div class="arrow-up"></div> <div class="arrow-down"></div> <input type="text" value="4" readonly> <label> 123</label> </li> </ul>