I am coding a MVC 5 internet application and am wanting to add an input spinner control for my integer values in my MVC views.
I have looked on the Bootstrap 3 website and cannot find a spinner control. I am wanting the input spinner to be able to have negative numbers.
Does Bootstrap 3 have such a control and if not, where should I find one that works with negative numbers as well as positive numbers?
Thanks in advance.
EDIT
I have found some third party spinners, yet they do not appear to enable negative numbers. Here is an example: http://www.virtuosoft.eu/code/bootstrap-touchspin/
Does such a control exist?