Maxlength
|
Basic example of a simple input with the
maxlength HTML attribute to control the
total number of characters allowed.
|
Threshold
|
An example of Bootstrap Maxlength with a treshold
option. The threshold option is to set
the minimum number of characters that will display the
badge.
|
alwaysShow
|
An example of Bootstrap Maxlength with an always show
option. Add alwaysShow: true in the
Javascript.
|
withText
|
An example of Bootstrap Maxlength with some custom
text in the badge. Please refer to the code sample
below for the JS options.
|
Textarea
|
Bootstrap Maxlength can also be applied to
textarea.
|
Placements
|
Here's an example of predefining the badge position,
relative to the input.
|
Documentations
|
Please visit:
https://github.com/wrapcoders/bootstrap-maxlength
|