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 span with .input-group-text
class before <input>
text and Add checkbox inside.
Add span with .input-group-text
class after <input>
text and Add checkbox inside.
Add span with .input-group-text
class before <input>
text and Add radio inside.
Add span with .input-group-text
class after <input>
text and Add radio inside.
Add span with .input-group-text
class before <input>
text and Add switchery inside.
Add span with .input-group-text
class after <input>
text and Add switchery inside.
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 .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.
Add .input-group-lg
class to input-group.
Add .input-group-sm
class to input-group and add .input-sm
class to input.
set data-bts-button-down-class & data-bts-button-up-class
attribute and add value as btn btn-primary
for Primary color spinner.
set data-bts-button-down-class & data-bts-button-up-class
attribute and add value as btn btn-secondary
for Primary color spinner.
set data-bts-button-down-class & data-bts-button-up-class
attribute and add value as btn btn-success
for Success color spinner.
set data-bts-button-down-class & data-bts-button-up-class
attribute and add value as btn btn-danger
for Danger color spinner.
set data-bts-button-down-class & data-bts-button-up-class
attribute and add value as btn btn-info
for Info color spinner.
set data-bts-button-down-class & data-bts-button-up-class
attribute and add value as btn btn-warning
for Warning color spinner.