bootstrap-touchspin
bootstrap-touchspin copied to clipboard
A mobile and touch friendly input spinner component for Bootstrap.
Hi, I'm having problems identifying a problem on IPAD. I have a web page displaying multiple products and each product has a bootstrap dropdown + a touchspin spinner. When I...
Please consider allowing the user to input/update/read the plugin options on the fly. I was able to create a separate input field that would update the `step` setting like so:...
When attempting to add spinner features to an input-group that has an input-group-addon, on off multiple bad things happen depending upon the passed in settings. If verticalbuttons are set, input-group...
hi, i believe this must be a bug in your _getBoostedStep() function. wrong results with spinning up: 23, 43, 73, 93, 113 ... correct results would be: 23, 46, 69,...
Hi! How to make a conclusion after the spinner value multiplied by the number? For example, the number of items multiplied by their value: - 1 + $ 100 -...
I seem to have found a situation in which it is possible to exceed the specified max value by manually typing a value great than the maximum and then pressing...
I seem to have found a situation in which it is possible to exceed the specified max value by manually typing a value great than the maximum and then pressing...
Hi, there is a small problem with setting non-zero min value when rounding is allowed. Function _forcestepdivisibility should look like ``` function _forcestepdivisibility(value) { switch (settings.forcestepdivisibility) { case 'round': return...
The events example here: http://www.virtuosoft.eu/code/bootstrap-touchspin/ shows how when you use the mouse wheel (or scroll touchpad on a macbook) to change the value, the events are not firing. The only...
Hi, I have the max and min feature working, however I am using several spinners on a page and it is their combined total that determines if a maximum has...