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

When value is smaller the settings.min value is assigned with settings.min which is a string. Latter on value.toFixed(settings.decimals) will fail if value is string so we need to parseFloat settings.min...

The _advanceInputGroup function ignores the settings.verticalbuttons and therefore doesn't render as expected.

it sets the buttons to disabled if the input (on which touchspin is applied) is disabled

input attribute value is not being updated after touchspin stop, thus $( input ).val( ) and $( input ).('attr') have different values. $( input ).val( ) has the correct value...

Hey man, please submit your javascript to the CDN, jsdelivr http://www.jsdelivr.com/ , because i want to grab it from there. Regards.

I am getting the following WCAG error when using the plugin > This button element does not have a name available to an accessibility API. Valid names are: title attribute,...

I have configured a field to be an int and not have decimal places and yet i am able to add decimals. if I add 1.99 to the field this...

I have a desired TouchSpin status to disabled .In other words I want to it value can't be change. I see the document after ,I have not find options in...

I want disable touchspin on the start. After I checked my checkbox, touchspin is enabled. How I can disable touchspin.