|  Download title: Selection
taxonomy: category: docs
 Select2 provides the SingleSelectionandMultipleSelectionadapters as default implementations of theSelectionAdapterfor single- and multi-select controls, respectively.  BothSingleSelectionandMultipleSelectionextend the baseBaseSelectionadapter. The selection adapter can be overridden by assigning a custom adapter to the selectionAdapterconfiguration option. select2/selection
 DecoratorsPlaceholderandHidePlaceholder
AMD Modules: select2/selection/placeholderselect2/dropdown/hidePlaceholder
 These decorators implement Select2's placeholder features. AllowClear
AMD Modules: select2/selection/allowClear
 This decorator implements clearable selections as exposed through the allowClearoption. EventRelay
AMD Modules: select2/selection/eventRelay
 Select2 has an internal event system that is used to notify parts of the component that state has changed, as well as an adapter that allows some of these events to be relayed to the outside word. |