Another features that is not included in other packs
Custom design of file input field
Input spinner function with options
Add class .spinner to input, to get basic functionality
.spinner
Add attribute data-spinner-min="0" to get min value 0
data-spinner-min="0"
Add attribute data-spinner-max="10" to get max value 10
data-spinner-max="10"
Add attribute data-spinner-step="5" to get custom step
data-spinner-step="5"