bootstrap-touchspin
bootstrap-touchspin copied to clipboard
Bootstrap 4 classes form-control-sm and form-control-lg not supported
The function _buildInputGroup
only supports Bootstrap 3 classes .input-lg
and .input-sm
.
In Bootstrap 4, these classes have been renamed to .form-control-lg
and .form-control-sm
, respectively.
Hi @istvan-ujjmeszaros, is there something preventing this trivial fix to be merged?