bootstrap-touchspin
bootstrap-touchspin copied to clipboard
A mobile and touch friendly input spinner component for Bootstrap.
Getters
I think that will be very helpful if you include some kind of getters, to retrieve values on settings in a easy way. :)
Hi there, for a reset to defaults function I need to set all values of all controls of an existing form back to default values. I've tried using the callable...
Hi, I'm trying to implement the plugin and listen for a keyUp action, so that I can execute a function when the user uses the keyboard to fill in the...
When using a touch interface, if I make a swipe gesture to scroll the page and the gesture begins on an increment or decrement button, instead of scrolling the page...
0 is not prepended to a field when adding decimals consisting of a dot and 2 decimal places. if I type .99 in a filed a 0 should be prepended...
Hence the empty prefix span before the input the standard bootstrap rule doesn't apply.
would it be possible to initialize the touchspin once and have it being the same for every instance of the target element (e.g. by class)? something like: ``` javascript $("input.classname").TouchSpin({...
https://github.com/istvan-ujjmeszaros/bootstrap-touchspin/blob/master/src/jquery.bootstrap-touchspin.js#L554 Should be changed to: ``` js if (val !== returnval.toString()) ```
Would it be possible to add the main file into the bower file? I'm using wiredep to inject sources and it's not injecting bootstrap-touchspin because you don't have a 'main'...
When using touchspin in a form-group-sm it doesn't size up well.