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>
You can set the group css class via configuration.
Small
$("input.small").InputSpinner({groupClass: "input-group-sm"})
Large
$("input.large").InputSpinner({groupClass: "input-group-lg"})