bootstrap-touchspin icon indicating copy to clipboard operation
bootstrap-touchspin copied to clipboard

A mobile and touch friendly input spinner component for Bootstrap.

Results 70 bootstrap-touchspin issues
Sort by recently updated
recently updated
newest added
trafficstars

There is no changelog file or another place (e.g. release comment) where changes between versions are documented. This is even more important is breaking changes are occuring between major version...

Bootstrap 4 [input groups are wrapping by default](https://getbootstrap.com/docs/4.5/components/input-group/#wrapping). I think this is unintended for the _spinners_, but on the other side buttons or button groups can be added where wrapping...

initval may not be parsable as a number (callback_after_calculation() may decorate it so it cant be parsed). Use the callbacks if provided.

I highly recommend using the actual `−` HTML code instead of just "-". − is semantically correct and looks a lot better: **With plain "-"** **With \−**

initval may not be parsable as a number (callback_after_calculation() may decorate it so it cant be parsed). Should use the callbacks if provided. I'll create a PR that fixes this.

I've created a pull request: #108 Use case / rationale: I have some pages with several dozen TouchSpin decorated inputs - with about 10 different variations on min/max/step depending on...

I believe this is due to the way jquery initializes itself when running in electron. I am able to use TouchSpin when I test in a static page directly from...

Hi, I am trying to the custom vertical buttons example with font-awesome icons, but I face multiple problems: - first: since I want to replace the plus/minus text with icons,...

It would be nice to have an option to exclude the up & down button from tabbing so users who are filling forms manually can speed up when tabbing from...