A Bootstrap 4 / jQuery plugin to create input spinner elements for number input.
This script enables the InputSpinner for all inputs with type='number' on this page. No extra css needed, just Bootstrap 4.
<script>
$("input[type='number']").InputSpinner()
</script>