bootstrap-input-spinner icon indicating copy to clipboard operation
bootstrap-input-spinner copied to clipboard

A Bootstrap plugin to create input spinner elements for number input

Results 14 bootstrap-input-spinner issues
Sort by recently updated
recently updated
newest added

There is no semicolon at the end of the file https://github.com/shaack/bootstrap-input-spinner/blob/29b09b4be6bf0dd4af0a0a0cb55594093eeec329/src/bootstrap-input-spinner.js#L372 It is however added at the beginning https://github.com/shaack/bootstrap-input-spinner/blob/29b09b4be6bf0dd4af0a0a0cb55594093eeec329/src/bootstrap-input-spinner.js#L7 This library, among many other third party libraries are concatenated/bundled together...

This package currently decreases lighthouse score with error saying **Does not use passive listeners to improve scrolling performance**

When I hover over the input element and mouse the mouse wheel the values are changing. Is there any way to remove this behaviour?

Hello, i have an issue only on responsive with bootstrap-input-spinner.js plugin i'm using to create input spinner elements for number input. You can see a demo in this link https://www.fabiotoscano.it/ProjectRiordina/...

When holding down the plus or minus button on a spinner and changing the step based on its `input` event value, it does not use the new step value but...

For a quick test, simply set `data-step="2"`, set the value to `5`, and try to decrement : expected `3`, got `2`. You can also do this test in your live...

enhancement

Version: 2.2.0 Steps to reproduce: 1. Create 2 input spinners 2. Attach `change` event handlers to both spinners ``` $("#spinnerA").change(function () { console.log("Hello"); }); $("#spinnerB").change(function () { console.log("World"); }); ```...

bug
next

Hi, I'm working on an Escape Game kind of website. I am using the ESCAPE theme by Themecube from Envato. So for booking, I'm using the Woocommerce Booking plugin and...