\n Add an attribute\n data-plugin=\"switchery\" data-color=\"@colors\"
\n to your input element and it will be converted into switch.\n
\n Add an attribute\n data-size=\"small\"
\n to your input element and it will be converted into switch.\n
Examples of bootstrap datepicker.
\n\nUses the HTML5 attribute \"maxlength\" to work.
\n\n \nThe badge will show up by default when the remaining chars are 10 or less:
\n \n{{ maxlen.length }} / 10
\n\n Do you want the badge to show up when there are 20 chars or less? Use the\n threshold
\n option:\n
{{ data.length }} / 25
\n\n Please note: if the\n alwaysShow
option is enabled, the\n threshold
option\n is\n ignored.\n
\n You typed\n {{ option.length }} out of 25 chars available.\n
\nBootstrap maxlength supports textarea as well as inputs. Even on old IE.
\n \n\n {{ textarea.length }} /\n 225\n
\n