Data adapters - <input> compatibility: test that options can be selectedRerun
Data adapters - <input> compatibility: unselect the single selected option clears the valueRerun
Data adapters - <input> compatibility: options can be unselected individuallyRerun
Data adapters - <input> compatibility: default values can be setRerun
Data adapters - <input> compatibility: no default valueRerun
Data adapters - Select - current: current gets default for singleRerun
Data adapters - Select - current: current gets default for multipleRerun
Data adapters - Select - current: current gets options with explicit valueRerun
Data adapters - Select - current: current gets options with implicit valueRerun
Data adapters - Select - current: select works for singleRerun
Data adapters - Select - current: multiple sets the valueRerun
Data adapters - Select - current: multiple adds to the old valueRerun
Data adapters - Select - current: duplicates - single - same id on select triggers changeRerun
Data adapters - Select - current: duplicates - single - different id on select triggers changeRerun
Data adapters - Select - current: duplicates - multiple - same id on select triggers changeRerun
Data adapters - Select - current: duplicates - multiple - different id on select triggers changeRerun
Data adapter - Select - query: all options are returned with no termRerun
Data adapter - Select - query: the matcher checks the textRerun
Data adapter - Select - query: the matcher ignores caseRerun
Data adapter - Select - query: no options may be returned with no matchesRerun
Data adapter - Select - query: optgroup tags are marked with childrenRerun
Data adapter - Select - query: empty optgroups are still shown when queriedRerun
Data adapter - Select - query: multiple options with the same value are returnedRerun
Data adapter - Select - query: data objects use the text of the optionRerun
Data adapters - Tags: does not trigger on blank or null termsRerun
Data adapters - Tags: white space is trimmed by defaultRerun
Data adapters - Tags: does not trigger for additional pagesRerun
Data adapters - Tags: creates tag at beginningRerun
Data adapters - Tags: tags can be the only resultRerun
Data adapters - Tags: tags are injected as optionsRerun
Data adapters - Tags: old tags are removed automaticallyRerun
Data adapters - Tags: insertTag controls the tag locationRerun
Data adapters - Tags: insertTag can be controlled through the optionsRerun
Data adapters - Tags: createTag controls the tag objectRerun
Data adapters - Tags: createTag returns null for no tagRerun
Data adapters - Tags: the createTag options customizes the functionRerun
Data adaptor - Tokenizer: triggers the select eventRerun
Data adaptor - Tokenizer: createTag can return nullRerun
Data adaptor - Tokenizer: createTag returning null does not cut the termRerun
Data adaptor - Tokenizer: works with multiple tokens givenRerun
Data adapters - Maximum input length: 0 never displays the noticeRerun
Data adapters - Maximum input length: < 0 never displays the noticeRerun
Data adapters - Maximum input length: triggers when input is too longRerun
Data adapters - Maximum input length: does not trigger when equalRerun
Data adapters - Maximum input length: does not trigger when lessRerun
Data adapters - Maximum input length: works with null termRerun
Data adapters - Maximum selection length: 0 never displays the noticeRerun
Data adapters - Maximum selection length: < 0 never displays the noticeRerun
Data adapters - Maximum selection length: triggers when >= 1 selectionRerun
Data adapters - Maximum selection length: triggers when >= 2 selections(4)Rerun1 ms
okay@ 1 ms
okay@ 1 ms
The event should be triggered.@ 1 ms
okay@ 1 ms
Source: at http://crmhq-tailwindcss-dashboard.multipurposethemes.com/tailwind/assets/vendor_components/select2/tests/data/maximumSelectionLength-tests.js:157:1
Data adapters - Minimum input length: 0 never displays the noticeRerun
Data adapters - Minimum input length: < 0 never displays the noticeRerun
Data adapters - Minimum input length: triggers when input is not long enoughRerun
Data adapters - Minimum input length: does not trigger when equalRerun
Data adapters - Minimum input length: does not trigger when greaterRerun
Data adapters - Minimum input length: works with null termRerun
Dropdown - dropdownCssClass compatibility: all classes will be copied if :all: is usedRerun
Dropdown - dropdownCssClass compatibility: :all: can be used with other classesRerun
Dropdown - dropdownCssClass compatibility: classes can be passed in as a stringRerun
Dropdown - dropdownCssClass compatibility: a function can be used based on the elementRerun
Dropdown - dropdownCssClass compatibility: :all: works around custom adaptersRerun
Dropdown - adaptDropdownCss compatibility: only return when adaptedRerun
Dropdown - attachBody - positioning: appends to the dropdown parentRerun
Dropdown - attachBody - positioning: dropdown is positioned down with static marginsRerun
Dropdown - attachBody - positioning: dropdown is positioned down with absolute offsetsRerun
Dropdown - selectOnClose: will not trigger if no results were givenRerun
Dropdown - selectOnClose: will not trigger if the results list is emptyRerun
Dropdown - selectOnClose: will not trigger if no results here highlightedRerun
Dropdown - selectOnClose: will trigger if there is a highlighted resultRerun
Dropdown - Stoping event propagation: click event does not propagateRerun
Defaults - Ajax: options are merged recursively with default optionsRerun