'Show Spin Buttons in for Number Input in IE

In all browsers we get spin button for input type Number except IE, is there any CSS or JS way we can get that in IE?

Chrome:

enter image description here

FireFox :

enter image description here

Opera:

enter image description here

Safari:

enter image description here

IE 11:

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source