Advanced Form Elements
Please check out here Official Documentation
max-length
set to 25 char. The badge will show up by default when the remaining chars are 10 or less
max-length
set to 25 char. Do you want the badge to show up when there are 20 chars or less? Use the threshold
option
This is a complete example where all the options configured for the bootstrap-maxlength counter are setted. Please note: if the alwaysShow
option is enabled, the threshold
option is ignored.
Bootstrap maxlength supports textarea as well as inputs. Even on old IE.
The field counter can be positioned at the top, bottom, left or right. You can also place the maxlength
indicator on the corners: bottom-right, top-right, top-left, bottom-left and centered-right.
All you need to do is specify the placement
option, with one of those strings. If none
is specified, the positioning will be defauted to 'bottom'.
jQuery based replacement for select boxes
Basics
Single select boxes
Multiple
Select2 also supports multi-value select boxes. The select below is declared with
the multiple attribute.
Placeholders
A placeholder value can be defined and will be displayed until a selection is
made. Select2 uses the placeholder attribute on multiple select boxes, which
requires IE 10+. You can support it in older versions with the Placeholders.js
polyfill.
Loading array data
Select2 provides a way to load the data from a local array.
Please check out here Official Documentation
Pre-selected options
Optgroup
Public methods
Custom Header and Footer
Native textarea and background-images based text editor