Add span with .input-group-text class before <input>
Add span with .input-group-text class after <input>
Add span with .input-group-text class to before & after <input>
Add .input-group-lg class to .input-group for Large addon.
Default Input Group addon.
Add .input-group-sm class to .input-group for small addon.
Add .input-group-xs class to .input-group for Xsmall addon.
Add .touchspin class to input to add touchspin input group.
Add data-bts-postfix="POSTFIX_VALUE" attribute to input to add postfix to touchspin input group.
Add data-bts-prefix="PREFIX_VALUE" attribute to input to add prefix to touchspin input group.
Use data-bts-min="VALUE" data-bts-max="VALUE" attribute to input to set min and max value of touchspin input group.
Add data-bts-init-val="VALUE" attribute attribute to set initial value for input group.
Add data-bts-step="VALUE" attribute for increament and decrement steps to touchspin input group.
Use data-bts-decimal="VALUE" attribute to use decimal value of touchspin input.
Add .touchspin-vertical class for vertical touchspin input group.
Add .touchspin-stop-mousewheel class to diable mousewheel.
Add data-bts-button-down-class & data-bts-button-up-class attribute to change button Class.
Add icon class in data-bts-postfix attribute to icon to postfix as well prefix.
Use data-bts-button-down-txt & data-bts-button-up-txt attribute to set touchspin icon button.
Use data-bts-prefix & data-bts-postfix attribute to set Prefix and Postfix to touchspin input with button.
Add .input-group-lg class to input-group.
Add .input-group-sm class to input-group.